mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 01:10:10 +00:00
Implemented flow deduplication preference (#9927)
This commit is contained in:
parent
c100f38bb4
commit
f5d552b5ad
4 changed files with 15 additions and 0 deletions
|
|
@ -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>')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue