mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 16:30:10 +00:00
parent
74c4affc30
commit
ca83eb48a7
2 changed files with 2 additions and 2 deletions
|
|
@ -385,7 +385,7 @@ print("</script>\n")
|
|||
if(ifstats.stats.drops > 0) then print('</span>') end
|
||||
print("</span> <span id=drops_trend></span></td><td colspan=3> </td></tr>\n")
|
||||
|
||||
if(prefs.is_dump_flows_enabled) and true --[[ temporarily disabled --]] then
|
||||
if(prefs.is_dump_flows_enabled) then
|
||||
local dump_to = "MySQL"
|
||||
if prefs.is_dump_flows_to_es_enabled == true then
|
||||
dump_to = "ElasticSearch"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue