Searched refs:firstInterfaceId (Results 1 – 1 of 1) sorted by relevance
8 firstInterfaceId: '', //used for setting global DHCP settings property in NetworkStore.state15 firstInterfaceId: (state) => state.firstInterfaceId,26 setFirstInterfaceId: (state, firstInterfaceId) =>27 (state.firstInterfaceId = firstInterfaceId),98 const firstInterfaceId = ethernetData[0].Id;101 commit('setFirstInterfaceId', firstInterfaceId);102 commit('setSelectedInterfaceId', firstInterfaceId);182 … `${await this.dispatch('global/getBmcPath')}/EthernetInterfaces/${state.firstInterfaceId}`,223 … `${await this.dispatch('global/getBmcPath')}/EthernetInterfaces/${state.firstInterfaceId}`,263 … `${await this.dispatch('global/getBmcPath')}/EthernetInterfaces/${state.firstInterfaceId}`,