mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
parent
75ec3a246c
commit
ca2322531c
3 changed files with 17 additions and 9 deletions
|
|
@ -79,7 +79,7 @@ function format_utils.msToTime(ms)
|
|||
if(ms < 1) then
|
||||
return("< 1 ms")
|
||||
else
|
||||
return(round(ms, 4).." ms")
|
||||
return(round(ms, 2).." ms")
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue