mirror of
https://github.com/speatzle/nfsense.git
synced 2025-09-13 15:19:08 +00:00
Change Delete Parameter Name
This commit is contained in:
parent
61ae805305
commit
9568adbd8e
2 changed files with 4 additions and 4 deletions
|
@ -50,7 +50,7 @@ async function apply(){
|
|||
}
|
||||
|
||||
async function deleteInterface(){
|
||||
let res = await apiCall("Network.DeleteInterface", {Interface: displayData[selection[0]].name});
|
||||
let res = await apiCall("Network.DeleteInterface", {name: displayData[selection[0]].name});
|
||||
if (res.Error === null) {
|
||||
console.debug("deleted interface");
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue