mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Added ping all button to SNMP devices menu
This commit is contained in:
parent
9f1c6dd846
commit
569c8a797a
2 changed files with 4 additions and 1 deletions
|
|
@ -602,7 +602,7 @@ end
|
|||
|
||||
local function validateSnmpAction(mode)
|
||||
local modes = {"delete", "delete_all", "add",
|
||||
"addNewDevice", "startPolling", "prune"}
|
||||
"addNewDevice", "startPolling", "prune", "ping_all"}
|
||||
|
||||
return validateChoice(modes, mode)
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue