mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Pref to write timeseries of user scripts
This commit is contained in:
parent
c3d3984285
commit
31e0e617d4
6 changed files with 20 additions and 7 deletions
|
|
@ -1238,6 +1238,12 @@ function printStatsTimeseries()
|
|||
prefsInformativeField("SNMP", i18n("prefs.snmp_timeseries_config_link", {url="?tab=snmp"}))
|
||||
end
|
||||
|
||||
prefsToggleButton(subpage_active, {
|
||||
field = "toggle_user_scripts_rrds",
|
||||
default = "0",
|
||||
pref = "user_scripts_rrd_creation",
|
||||
})
|
||||
|
||||
print('</table>')
|
||||
|
||||
print('<table class="table">')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue