From e9aee6eb311de6833ebae7fda1bc1d674b0e36e0 Mon Sep 17 00:00:00 2001 From: Alexandr Ilenko Date: Thu, 28 Jul 2022 15:07:15 +0300 Subject: SILABMC-172: Fix: marker deleted static IP address --- src/store/modules/Settings/NetworkStore.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/store/modules/Settings/NetworkStore.js') 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}`, -- cgit v1.2.3