mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
Implements probe name ordering (#5908)
This commit is contained in:
parent
cbfdb7d9cf
commit
98f39fc351
8 changed files with 44 additions and 14 deletions
|
|
@ -533,6 +533,12 @@ function printMisc()
|
|||
subpage_active.entries["flow_table_time"].description,
|
||||
h_labels, h_values, "0", "primary", "flow_table_time", "ntopng.prefs.flow_table_time")
|
||||
|
||||
h_labels = {i18n("prefs.ip_order"), i18n("prefs.name_order")}
|
||||
|
||||
multipleTableButtonPrefs(subpage_active.entries["flow_table_probe_order"].title,
|
||||
subpage_active.entries["flow_table_probe_order"].description,
|
||||
h_labels, h_values, "0", "primary", "flow_table_probe_order", "ntopng.prefs.flow_table_probe_order")
|
||||
|
||||
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>')
|
||||
print('</table>')
|
||||
print [[<input name="csrf" type="hidden" value="]] print(ntop.getRandomCSRFValue()) print [[" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue