mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Refactors NtopngUtils into NtopUtils
This commit is contained in:
parent
e61f9ffe68
commit
1ae2b2d932
59 changed files with 414 additions and 414 deletions
|
|
@ -3780,8 +3780,8 @@ function initFlowsRefreshRows()
|
|||
print[[
|
||||
datatableInitRefreshRows($("#table-flows"), "key_and_hash", 10000, {
|
||||
/* List of rows with trend icons */
|
||||
"column_thpt": ]] print(ternary(getThroughputType() ~= "bps", "NtopngUtils.fpackets", "NtopngUtils.bitsToSize")) print[[,
|
||||
"column_bytes": NtopngUtils.bytesToSize,
|
||||
"column_thpt": ]] print(ternary(getThroughputType() ~= "bps", "NtopUtils.fpackets", "NtopUtils.bitsToSize")) print[[,
|
||||
"column_bytes": NtopUtils.bytesToSize,
|
||||
});
|
||||
|
||||
$("#dt-bottom-details > .float-left > p").first().append('. ]]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue