mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Fixes #1128
This commit is contained in:
parent
919a49b1a3
commit
f0acc453a8
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue