Home
last modified time | relevance | path

Searched refs:isOperationInProgress (Results 1 – 4 of 4) sorted by relevance

/openbmc/webui-vue/src/store/modules/Operations/
H A DControlStore.js34 isOperationInProgress: false, property in ControlStore.state
39 isOperationInProgress: (state) => state.isOperationInProgress,
45 (state.isOperationInProgress = inProgress),
/openbmc/webui-vue/src/views/Operations/Firmware/
H A DFirmwareAlertServerPower.vue5 <alert v-if="isOperationInProgress" variant="info" class="mb-5">
46 isOperationInProgress() {
47 return this.$store.getters['controls/isOperationInProgress'];
H A DFirmware.vue84 return !this.isServerOff || this.loading || this.isOperationInProgress;
86 return this.loading || this.isOperationInProgress;
/openbmc/webui-vue/src/views/Operations/ServerPowerOperations/
H A DServerPowerOperations.vue72 <template v-if="isOperationInProgress">
182 isOperationInProgress() {
183 return this.$store.getters['controls/isOperationInProgress'];