luci-app-statistics: fix whitespaces
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
parent
21b29f3faf
commit
e380c29960
1 changed files with 15 additions and 16 deletions
|
@ -189,7 +189,6 @@ function statistics_render()
|
||||||
is_index = true
|
is_index = true
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
-- render graphs
|
-- render graphs
|
||||||
for i, inst in luci.util.vspairs( instances ) do
|
for i, inst in luci.util.vspairs( instances ) do
|
||||||
for i, img in luci.util.vspairs( graph:render( plugin, inst, is_index ) ) do
|
for i, img in luci.util.vspairs( graph:render( plugin, inst, is_index ) ) do
|
||||||
|
|
Loading…
Reference in a new issue