mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Avoid timeseries read operations to display the chart icon
Now the icon is displayed whenever the timeseries are enabled for the given context
This commit is contained in:
parent
5b70db90ad
commit
d1140ec9fd
42 changed files with 201 additions and 149 deletions
|
|
@ -405,7 +405,7 @@ function internals_utils.printInternals(ifid, print_hash_tables, print_periodic_
|
|||
elseif print_user_scripts then tab = "user_scripts" end
|
||||
end
|
||||
|
||||
local ts_creation = ntop.getPref("ntopng.prefs.ifid_"..(ifid or getSystemInterfaceId())..".interface_rrd_creation") ~= "false"
|
||||
local ts_creation = areInternalTimeseriesEnabled(ifid or getSystemInterfaceId())
|
||||
|
||||
print[[<ul class="nav nav-tabs" role="tablist">]]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue