mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Added network discovery icon to the main page (#6218)
This commit is contained in:
parent
4406d3fe4a
commit
7f40147cf5
4 changed files with 15 additions and 3 deletions
|
|
@ -266,6 +266,9 @@ function dumpInterfaceStats(ifid)
|
|||
res["traffic_extraction_num_tasks"] = jobs_info.total
|
||||
end
|
||||
end
|
||||
|
||||
-- Adding a preference if active discovery is enabled
|
||||
res["active_discovery_active"] = ntop.getPref("ntopng.prefs.is_periodic_network_discovery_running") == "1"
|
||||
end
|
||||
|
||||
return res
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue