Add fingerprint stats preference. (#8237)

This commit is contained in:
Nicolo Maio 2024-02-22 17:17:14 +01:00
parent 1946ab0a98
commit 989050b900
7 changed files with 23 additions and 2 deletions

View file

@ -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") ..