mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
parent
ae2fa3af21
commit
a8c049b58f
1 changed files with 1 additions and 1 deletions
|
|
@ -1029,7 +1029,7 @@ if(stats ~= nil) then
|
|||
local lastval = 0
|
||||
|
||||
for _, serie in pairs(data.series) do
|
||||
lastval = lastval + serie.data[data.count]
|
||||
lastval = lastval + (serie.data[data.count] or 0)
|
||||
end
|
||||
|
||||
if format_as_bytes then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue