mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Move InfluxDB monitoring to separate entry
This commit is contained in:
parent
1348e7acc3
commit
6234245773
10 changed files with 179 additions and 65 deletions
|
|
@ -345,8 +345,10 @@ function printGraphMenuEntries(entry_print_callback)
|
|||
local separator_label = nil
|
||||
|
||||
for _, entry in ipairs(graph_menu_entries) do
|
||||
needs_separator = needs_separator or entry.needs_separator
|
||||
separator_label = separator_label or entry.separator_label
|
||||
if active_idx ~= 1 then
|
||||
needs_separator = needs_separator or entry.needs_separator
|
||||
separator_label = separator_label or entry.separator_label
|
||||
end
|
||||
|
||||
if(entry.pending and (entry.pending > 0)) then
|
||||
-- not verified, act like it does not exist
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue