mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
Add fingerprint stats preference. (#8237)
This commit is contained in:
parent
1946ab0a98
commit
989050b900
7 changed files with 23 additions and 2 deletions
|
|
@ -683,6 +683,13 @@ if auth.has_capability(auth.capabilities.preferences) then
|
|||
default = "0",
|
||||
pref = "use_mac_in_flow_key"
|
||||
})
|
||||
|
||||
prefsToggleButton(subpage_active, {
|
||||
field = "toggle_fingerprint_stats",
|
||||
default = "0",
|
||||
pref = "fingerprint_stats"
|
||||
})
|
||||
|
||||
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