Doubled interface charts length

This commit is contained in:
Matteo Biscosi 2022-01-30 14:05:35 +01:00
parent 42039b08ed
commit 0eea5a0854
3 changed files with 9 additions and 7 deletions

View file

@ -827,7 +827,7 @@ function page_utils.generate_info_stats()
else
return ([[
<a href=']].. ntop.getHttpPrefix() ..[[/lua/if_stats.lua'>
<span style='display: none;' class="network-load-chart-total">0,0,0,0,0,0,0,0,0,0</span>
<span style='display: none;' class="network-load-chart-total">0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0</span>
<span class="text-end chart-total-text"></span>
</a>
]])