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">
52 isOperationInProgress() {
53 return this.$store.getters['controls/isOperationInProgress'];
H A DFirmware.vue86 return !this.isServerOff || this.loading || this.isOperationInProgress;
88 return this.loading || this.isOperationInProgress;
/openbmc/webui-vue/src/views/Operations/ServerPowerOperations/
H A DServerPowerOperations.vue72 <template v-if="isOperationInProgress">
200 isOperationInProgress() {
201 return this.$store.getters['controls/isOperationInProgress'];