mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
Reported number of devices in ntopng footer
This commit is contained in:
parent
031c4c4d4f
commit
7d4a712ec7
8 changed files with 22 additions and 10 deletions
|
|
@ -369,6 +369,12 @@ print [[/lua/hosts_stats.lua>";
|
|||
|
||||
msg += addCommas(rsp.num_hosts)+" Hosts</span></a> ";
|
||||
|
||||
msg += "<a href=]]
|
||||
print (ntop.getHttpPrefix())
|
||||
print [[/lua/mac_stats.lua>";
|
||||
msg += "<span class=\"label label-default\">";
|
||||
msg += addCommas(rsp.num_devices)+" Devices</span></a> ";
|
||||
|
||||
msg += "<a href=]]
|
||||
print (ntop.getHttpPrefix())
|
||||
print [[/lua/flows_stats.lua>";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue