mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Unifies all internals timeseries in a single preference
Implements #3459
This commit is contained in:
parent
717b2f88ce
commit
ec724babcf
8 changed files with 30 additions and 25 deletions
|
|
@ -1234,9 +1234,9 @@ function printStatsTimeseries()
|
|||
end
|
||||
|
||||
prefsToggleButton(subpage_active, {
|
||||
field = "toggle_user_scripts_rrds",
|
||||
field = "toggle_internals_rrds",
|
||||
default = "0",
|
||||
pref = "user_scripts_rrd_creation",
|
||||
pref = "internals_rrd_creation",
|
||||
})
|
||||
|
||||
print('</table>')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue