Fixes interface timeseries boolean

This commit is contained in:
Matteo Biscosi 2023-03-09 15:59:52 +00:00
parent f3eedc7bbc
commit 2e022b4cc0

View file

@ -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,