mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
Add preference to enable VLAN rrd dump and display VLAN rrd graphs
This commit is contained in:
parent
60bb301c76
commit
b83a93c6a5
9 changed files with 74 additions and 32 deletions
|
|
@ -602,6 +602,10 @@ function printStatsTimeseries()
|
|||
"On", "1", "success", "Off", "0", "danger", "toggle_tcp_retr_ooo_lost_rrds",
|
||||
"ntopng.prefs.tcp_retr_ooo_lost_rrd_creation", "0")
|
||||
|
||||
toggleTableButtonPrefs(subpage_active.entries["toggle_vlan_rrds"].title, subpage_active.entries["toggle_vlan_rrds"].description.."<br>",
|
||||
"On", "1", "success", "Off", "0", "danger", "toggle_vlan_rrds",
|
||||
"ntopng.prefs.vlan_rrd_creation", "0")
|
||||
|
||||
toggleTableButtonPrefs(subpage_active.entries["toggle_asn_rrds"].title, subpage_active.entries["toggle_asn_rrds"].description.."<br>",
|
||||
"On", "1", "success", "Off", "0", "danger", "toggle_asn_rrds",
|
||||
"ntopng.prefs.asn_rrd_creation", "0")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue