Lines Matching refs:store
183 import { privilegesId } from '@/store/modules/GlobalStore';
213 return this.$store.getters['global/serverStatus'];
216 return this.$store.getters['controls/isOperationInProgress'];
219 return this.$store.getters['controls/lastPowerOperationTime'];
222 return this.$store.getters['serverBootSettings/overrideEnabled'];
226 this.$store.getters['serverBootSettings/bootSourceOptions'];
236 this.$store.dispatch('serverBootSettings/getBootSettings'),
237 this.$store.dispatch('controls/getLastPowerOperationTime'),
243 this.$store.dispatch('controls/serverPowerOn');
260 if (confirmed) this.$store.dispatch('controls/serverSoftReboot');
264 if (confirmed) this.$store.dispatch('controls/serverHardReboot');
283 if (confirmed) this.$store.dispatch('controls/serverSoftPowerOff');
288 if (confirmed) this.$store.dispatch('controls/serverHardPowerOff');