mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Fix host restore
This commit is contained in:
parent
f22807f0be
commit
3d48b7db39
1 changed files with 1 additions and 1 deletions
|
|
@ -162,7 +162,7 @@ local function validateOnOff(mode)
|
|||
end
|
||||
|
||||
local function validateMode(mode)
|
||||
local modes = {"all", "local", "remote", "filtered"}
|
||||
local modes = {"all", "local", "remote", "filtered", "restore"}
|
||||
|
||||
return validateChoice(modes, mode)
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue