Lines Matching full:dispatch

81         .get(`${await this.dispatch('global/getBmcPath')}/EthernetInterfaces`)
109 async saveDhcpEnabledState({ state, dispatch }, dhcpState) {
117 … `${await this.dispatch('global/getBmcPath')}/EthernetInterfaces/${state.selectedInterfaceId}`,
120 .then(dispatch('getEthernetData'))
135 async saveDhcp6EnabledState({ state, dispatch }, dhcpState) {
143 … `${await this.dispatch('global/getBmcPath')}/EthernetInterfaces/${state.selectedInterfaceId}`,
146 .then(dispatch('getEthernetData'))
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}`,
288 async saveIpv4Address({ dispatch, state }, ipv4Form) { field in NetworkStore.actions.AnonymousClass181065171701
302 … `${await this.dispatch('global/getBmcPath')}/EthernetInterfaces/${state.selectedInterfaceId}`,
307 .then(dispatch('getEthernetData'))
322 async saveIpv6Address({ dispatch, state }, ipv6Form) { field in NetworkStore.actions.AnonymousClass181065171b01
335 … `${await this.dispatch('global/getBmcPath')}/EthernetInterfaces/${state.selectedInterfaceId}`,
340 .then(dispatch('getEthernetData'))
355 async editIpv4Address({ dispatch, state }, ipv4TableData) { field in NetworkStore.actions.AnonymousClass181065171f01
358 … `${await this.dispatch('global/getBmcPath')}/EthernetInterfaces/${state.selectedInterfaceId}`,
361 .then(dispatch('getEthernetData'))
376 async editIpv6Address({ dispatch, state }, ipv6TableData) { field in NetworkStore.actions.AnonymousClass181065172301
379 … `${await this.dispatch('global/getBmcPath')}/EthernetInterfaces/${state.selectedInterfaceId}`,
382 .then(dispatch('getEthernetData'))
397 async saveSettings({ state, dispatch }, interfaceSettingsForm) {
400 … `${await this.dispatch('global/getBmcPath')}/EthernetInterfaces/${state.selectedInterfaceId}`,
403 .then(dispatch('getEthernetData'))
418 async saveDnsAddress({ dispatch, state }, dnsForm) { field in NetworkStore.actions.AnonymousClass181065172a01
425 … `${await this.dispatch('global/getBmcPath')}/EthernetInterfaces/${state.selectedInterfaceId}`,
428 .then(dispatch('getEthernetData'))
443 async editDnsAddress({ dispatch, state }, dnsTableData) { field in NetworkStore.actions.AnonymousClass181065172e01
446 … `${await this.dispatch('global/getBmcPath')}/EthernetInterfaces/${state.selectedInterfaceId}`,
449 .then(dispatch('getEthernetData'))