mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +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
|
|
@ -534,7 +534,7 @@ end
|
|||
function internals_utils.printInternals(ifid, print_hash_tables, print_periodic_activities, print_user_scripts)
|
||||
local tab = _GET["tab"]
|
||||
|
||||
local ts_creation = areInternalTimeseriesEnabled(ifid or getSystemInterfaceId())
|
||||
local ts_creation = areInternalTimeseriesEnabled(ifid or getSystemInterfaceId()) and ntop.getPref("ntopng.prefs.internals_rrd_creation") == "1"
|
||||
|
||||
print[[<ul class="nav nav-tabs" role="tablist">]]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue