mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Fix timeseries chart style
This commit is contained in:
parent
efb2ac732d
commit
650f86f763
5 changed files with 14 additions and 4 deletions
|
|
@ -390,8 +390,8 @@ function graph_utils.drawNewGraphs(source_value_object)
|
|||
sources_types_enabled = json.encode(sources_types_enabled),
|
||||
source_value_object = json.encode(source_value_object),
|
||||
sources_types_top_enabled = json.encode(sources_types_top_enabled),
|
||||
is_dark_mode = ntop.getPref("ntopng.user." .. _SESSION["user"] .. ".theme") == "dark",
|
||||
}
|
||||
|
||||
template_utils.render("pages/components/historical_interface.template", context)
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue