Home
last modified time | relevance | path

Searched refs:setSelectedTabIndex (Results 1 – 2 of 2) sorted by relevance

/openbmc/webui-vue/src/views/Settings/Network/
H A DNetwork.vue161 this.$store.dispatch('network/setSelectedTabIndex', this.tabIndex);
/openbmc/webui-vue/src/store/modules/Settings/
H A DNetworkStore.js282 async setSelectedTabIndex({ commit }, tabIndex) { method in NetworkStore.actions