mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Fixes interface timeseries boolean
This commit is contained in:
parent
f3eedc7bbc
commit
2e022b4cc0
1 changed files with 1 additions and 1 deletions
|
|
@ -345,7 +345,7 @@ function graph_utils.drawNewGraphs(source_value_object)
|
|||
local host_has_top_protocols = (host_ts_enabled == "both" or host_ts_enabled == "per_protocol" or host_ts_enabled == "full")
|
||||
|
||||
local sources_types_enabled = {
|
||||
interface = interface_ts_enabled,
|
||||
interface = true, -- alwais enabled
|
||||
host = host_ts_creation,
|
||||
mac = l2_ts_enabled,
|
||||
network = network_ts_enabled,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue