Move InfluxDB monitoring to separate entry

This commit is contained in:
emanuele-f 2019-06-10 12:46:45 +02:00
parent 1348e7acc3
commit 6234245773
10 changed files with 179 additions and 65 deletions

View file

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