Reported number of devices in ntopng footer

This commit is contained in:
Luca Deri 2016-10-08 20:48:23 +02:00
parent 031c4c4d4f
commit 7d4a712ec7
8 changed files with 22 additions and 10 deletions

View file

@ -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>";