Merge pull request #2515 from TDT-AG/pr/20190207-luci-app-statistics

luci-app-statistics: minor fixes
This commit is contained in:
Hannu Nyman 2019-02-25 18:31:33 +02:00 committed by GitHub
commit 9c3132b97e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -189,7 +189,6 @@ function statistics_render()
is_index = true
end
-- render graphs
for i, inst in luci.util.vspairs( instances ) do
for i, img in luci.util.vspairs( graph:render( plugin, inst, is_index ) ) do