mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 19:15:03 +00:00
parent
8a0525702e
commit
e61f9ffe68
56 changed files with 1168 additions and 1210 deletions
|
|
@ -2,7 +2,7 @@ jQuery.fn.dataTableExt.sErrMode = 'console';
|
|||
jQuery.fn.dataTableExt.formatSecondsToHHMMSS = (data, type, row) => {
|
||||
if (isNaN(data)) return data;
|
||||
if (type == "display" && data == 0) return '-';
|
||||
if (type == "display") return secondsToTime(data);
|
||||
if (type == "display") return NtopngUtils.secondsToTime(data);
|
||||
return data;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue