mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Fix for #569
This commit is contained in:
parent
08af4fe7d0
commit
f3cd841bd1
5 changed files with 4 additions and 5 deletions
|
|
@ -130,7 +130,6 @@ ntop.dumpFile(dirs.installdir .. "/httpdocs/inc/flows_stats_id.inc")
|
|||
if(ifstats.vlan) then print ('flow_rows_option["vlan"] = true;\n') end
|
||||
|
||||
print [[
|
||||
|
||||
var table = $("#table-flows").datatable({
|
||||
url: url_update , ]]
|
||||
print ('rowCallback: function ( row ) { return flow_table_setID(row); },\n')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue