This commit is contained in:
Luca Deri 2016-06-02 12:12:25 +02:00
parent 08af4fe7d0
commit f3cd841bd1
5 changed files with 4 additions and 5 deletions

View file

@ -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')