Home
last modified time | relevance | path

Searched refs:getSystemInfo (Results 1 – 6 of 6) sorted by relevance

/openbmc/webui-vue/tests/unit/
H A DAppHeader.spec.js71 wrapper.vm.getSystemInfo();
/openbmc/webui-vue/src/components/AppHeader/
H A DAppHeader.vue218 this.getSystemInfo();
228 getSystemInfo() {
229 this.$store.dispatch('global/getSystemInfo');
/openbmc/webui-vue/src/store/modules/
H A DGlobalStore.js110 async getSystemInfo({ commit }) { method in GlobalStore.actions
/openbmc/webui-vue/src/views/Operations/SerialOverLan/
H A DSerialOverLanConsole.vue86 this.$store.dispatch('global/getSystemInfo');
/openbmc/webui-vue/src/views/Operations/Kvm/
H A DKvmConsole.vue96 this.$store.dispatch('global/getSystemInfo');
/openbmc/webui-vue/src/views/Operations/VirtualMedia/
H A DVirtualMedia.vue133 this.$store.dispatch('global/getSystemInfo');