Lines Matching full:store
181 import { privilegesId } from '@/store/modules/GlobalStore';
207 return this.$store.getters['global/serverStatus'];
210 return this.$store.getters['controls/isOperationInProgress'];
213 return this.$store.getters['controls/lastPowerOperationTime'];
216 return this.$store.getters['serverBootSettings/overrideEnabled'];
220 this.$store.getters['serverBootSettings/bootSourceOptions'];
232 this.$store.dispatch('serverBootSettings/getBootSettings'),
233 this.$store.dispatch('controls/getLastPowerOperationTime'),
239 this.$store.dispatch('controls/serverPowerOn');
258 if (confirmed) this.$store.dispatch('controls/serverSoftReboot');
264 if (confirmed) this.$store.dispatch('controls/serverHardReboot');
285 if (confirmed) this.$store.dispatch('controls/serverSoftPowerOff');
292 if (confirmed) this.$store.dispatch('controls/serverHardPowerOff');