mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-12 12:30:32 +00:00
Add Use Host Pools for Local Host Detection preference to mark as local all hosts in pools
This commit is contained in:
parent
b13fcf38fa
commit
6bfcd58416
9 changed files with 55 additions and 7 deletions
|
|
@ -953,6 +953,12 @@ if auth.has_capability(auth.capabilities.preferences) then
|
|||
default = "0",
|
||||
pref = "use_mac_in_flow_key"
|
||||
})
|
||||
|
||||
prefsToggleButton(subpage_active, {
|
||||
field = "toggle_use_host_pools_for_local",
|
||||
default = "0",
|
||||
pref = "use_host_pools_for_local"
|
||||
})
|
||||
end
|
||||
|
||||
print('<thead class="table-primary"><tr><th colspan=2 class="info">' .. i18n("prefs.flow_table") ..
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue