summaryrefslogtreecommitdiff
path: root/src/store/modules/Settings/NetworkStore.js
diff options
context:
space:
mode:
authorAlexandr Ilenko <AIlenko@IBS.RU>2022-07-28 15:07:15 +0300
committerAlexandr Ilenko <AIlenko@IBS.RU>2022-08-02 13:08:38 +0300
commite9aee6eb311de6833ebae7fda1bc1d674b0e36e0 (patch)
treed080e7d1860fb88bc9a5b89a542cff5a34e6f2b9 /src/store/modules/Settings/NetworkStore.js
parent72b0bc1e6cbec314f6c6298a61e03b9db343e47e (diff)
downloadwebui-vue-e9aee6eb311de6833ebae7fda1bc1d674b0e36e0.tar.xz
SILABMC-172: Fix: marker deleted static IP address
Diffstat (limited to 'src/store/modules/Settings/NetworkStore.js')
-rw-r--r--src/store/modules/Settings/NetworkStore.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/store/modules/Settings/NetworkStore.js b/src/store/modules/Settings/NetworkStore.js
index 125eca7a..14338e1d 100644
--- a/src/store/modules/Settings/NetworkStore.js
+++ b/src/store/modules/Settings/NetworkStore.js
@@ -213,6 +213,8 @@ const NetworkStore = {
});
},
async editIpv4Address({ dispatch, state }, ipv4TableData) {
+ // perhaps, this method name should include 'static'
+ // perhaps, this method name should not serve 'delete' case
return api
.patch(
`/redfish/v1/Managers/bmc/EthernetInterfaces/${state.selectedInterfaceId}`,