mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 10:41:34 +00:00
Completed exporters interfaces stats page (#9732)
This commit is contained in:
parent
be03bc94f6
commit
234bd13343
9 changed files with 187 additions and 92 deletions
|
|
@ -1446,7 +1446,7 @@ local function validateInterfaceRole(m)
|
|||
-- Dinamically retrieve the roles list in order to not need to modify
|
||||
-- also this function in case of future changes
|
||||
for _, info in pairs(roles_list) do
|
||||
validation_list[#validation_utils + 1] = info.value
|
||||
validation_list[#validation_list + 1] = info.value
|
||||
end
|
||||
return validateChoice(validation_list, m)
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue