Implemented flow deduplication preference (#9927)

This commit is contained in:
Manuel Ceroni 2026-01-05 15:30:09 +01:00 committed by GitHub
parent c100f38bb4
commit f5d552b5ad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 15 additions and 0 deletions

View file

@ -831,6 +831,14 @@ if auth.has_capability(auth.capabilities.preferences) then
subpage_active.entries["flow_table_probe_order"].description, h_labels, h_values, "0", "primary",
"flow_table_probe_order", "ntopng.prefs.flow_table_probe_order")
if (ntop.isEnterpriseXL()) then
prefsToggleButton(subpage_active, {
field = "toggle_enable_flow_deduplication",
default = "0",
pref = "enable_flow_deduplication"
})
end
print(
'<tr><th colspan=2 style="text-align:right;"><button type="submit" class="btn btn-primary" style="width:115px" disabled="disabled">' ..
i18n("save") .. '</button></th></tr>')