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.js83 wrapper.vm.getSystemInfo();
/openbmc/webui-vue/src/components/AppHeader/
H A DAppHeader.vue217 this.getSystemInfo();
233 getSystemInfo() {
234 this.$store.dispatch('global/getSystemInfo');
/openbmc/webui-vue/src/store/modules/
H A DGlobalStore.js116 async getSystemInfo({ commit }) { method in GlobalStore.actions
/openbmc/webui-vue/src/views/Operations/SerialOverLan/
H A DSerialOverLanConsole.vue84 this.$store.dispatch('global/getSystemInfo');
/openbmc/webui-vue/src/views/Operations/Kvm/
H A DKvmConsole.vue92 this.$store.dispatch('global/getSystemInfo');
/openbmc/webui-vue/src/views/Operations/VirtualMedia/
H A DVirtualMedia.vue138 this.$store.dispatch('global/getSystemInfo');