mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
Refactors NtopngUtils into NtopUtils
This commit is contained in:
parent
e61f9ffe68
commit
1ae2b2d932
59 changed files with 414 additions and 414 deletions
|
|
@ -942,7 +942,7 @@ print(
|
|||
query_url = ntop.getHttpPrefix() .. "/lua/find_host.lua",
|
||||
query_title = i18n("search_host"),
|
||||
style = "width: 16em;",
|
||||
before_submit = [[NtopngUtils.makeFindHostBeforeSubmitCallback("]] .. ntop.getHttpPrefix() .. [[")]],
|
||||
before_submit = [[NtopUtils.makeFindHostBeforeSubmitCallback("]] .. ntop.getHttpPrefix() .. [[")]],
|
||||
max_items = "'all'" --[[ let source script decide ]],
|
||||
parameters = { ifid = ternary(is_system_interface, getSystemInterfaceId(), ifId) },
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue