summaryrefslogtreecommitdiff
path: root/src/store
diff options
context:
space:
mode:
authorAlexandr Ilenko <AIlenko@IBS.RU>2022-07-28 15:07:15 +0300
committerAlexandr Ilenko <AIlenko@IBS.RU>2022-08-01 17:54:05 +0300
commit56226cd11e90a24ebb14d21925566478e8eaaf2c (patch)
tree61c7cf42e02d3b434215c117ce8c814e1e4e9a29 /src/store
parentfbdb3b26678211a9cd7fb8683cf48b56d595604e (diff)
downloadwebui-vue-56226cd11e90a24ebb14d21925566478e8eaaf2c.tar.xz
SILABMC-172: Fix: marker deleted static IP addresssila_ui/fix-SILABMC-172-v2
Diffstat (limited to 'src/store')
-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}`,