mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 08:50:12 +00:00
parent
acb590ba85
commit
33196fdc41
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ for key, am_host in pairs(am_hosts) do
|
|||
end
|
||||
end
|
||||
|
||||
if last_update and last_update.jitter and last_update.mean then
|
||||
if last_update and last_update.jitter and last_update.mean and (last_update.jitter > 0 or last_update.mean > 0) then
|
||||
local jitter_unit = ""
|
||||
|
||||
if m_info.i18n_jitter_unit then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue