This commit is contained in:
emanuele-f 2017-04-05 18:09:32 +02:00
parent 919a49b1a3
commit f0acc453a8

View file

@ -405,7 +405,7 @@ end
function isTopRRD(filename)
for _,top in ipairs(top_rrds) do
if top.lable == filename then
if top.rrd == filename then
return true
end
end