mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Added optional first seen to flow table
This commit is contained in:
parent
aff1723fcb
commit
4ad3463384
9 changed files with 152 additions and 75 deletions
|
|
@ -526,6 +526,12 @@ function printMisc()
|
|||
|
||||
print('<thead class="table-primary"><tr><th colspan=2 class="info">'..i18n("prefs.flow_table")..'</th></tr></thead>')
|
||||
|
||||
prefsToggleButton(subpage_active, {
|
||||
field = "toggle_flow_begin",
|
||||
default = "0",
|
||||
pref = "first_seen_set",
|
||||
})
|
||||
|
||||
local h_labels = {i18n("prefs.duration"), i18n("prefs.last_seen")}
|
||||
local h_values = {"0", "1"}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue