mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Add badge while processing records
This commit is contained in:
parent
87acd61a3a
commit
ee8f7755b7
4 changed files with 8 additions and 0 deletions
|
|
@ -419,6 +419,8 @@ function dumpBriefInterfaceStats(ifid)
|
|||
-- Adding a preference if active discovery is enabled
|
||||
res["active_discovery_active"] = ntop.getPref("ntopng.prefs.is_periodic_network_discovery_running.ifid_" ..
|
||||
interface.getId()) == "1"
|
||||
|
||||
res["is_loading"] = ifstats.isLoading
|
||||
end
|
||||
|
||||
return res
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue