mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Fixes invalid reference to function addCommas
This commit is contained in:
parent
79f542be0e
commit
760175ac5e
2 changed files with 10 additions and 10 deletions
|
|
@ -124,8 +124,8 @@ $("#table-system-interfaces-stats").datatable({
|
|||
], tableCallback: function() {
|
||||
datatableInitRefreshRows($("#table-system-interfaces-stats"),
|
||||
"column_key", 5000,
|
||||
{"column_active_entries": addCommas,
|
||||
"column_idle_entries": addCommas});
|
||||
{"column_active_entries": NtopUtils.addCommas,
|
||||
"column_idle_entries": NtopUtils.addCommas});
|
||||
},
|
||||
});
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue