mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Simplified footer
This commit is contained in:
parent
daa199839f
commit
d5757c1998
1 changed files with 3 additions and 3 deletions
|
|
@ -312,12 +312,12 @@ print (ntop.getHttpPrefix())
|
|||
print [[/lua/hosts_stats.lua?mode=local\">";
|
||||
|
||||
msg += "<span class=\"label label-success\">";
|
||||
msg += addCommas(rsp.num_local_hosts)+" Local Hosts</span></a> ";
|
||||
msg += addCommas(rsp.num_local_hosts)+" <i class=\"fa fa-laptop\" aria-hidden=\"true\"></i></span></a> ";
|
||||
}
|
||||
|
||||
msg += "<a href=\"]]
|
||||
print (ntop.getHttpPrefix())
|
||||
print [[/lua/hosts_stats.lua\">";
|
||||
print [[/lua/hosts_stats.lua?mode=remote\">";
|
||||
|
||||
if(rsp.hosts_pctg < alarm_threshold_low) {
|
||||
msg += "<span class=\"label label-default\">";
|
||||
|
|
@ -329,7 +329,7 @@ print [[/lua/hosts_stats.lua\">";
|
|||
msg += "<span class=\"label label-danger\">";
|
||||
}
|
||||
|
||||
msg += addCommas(rsp.num_hosts)+" Hosts</span></a> ";
|
||||
msg += addCommas(rsp.num_hosts-rsp.num_local_hosts)+" <i class=\"fa fa-laptop\" aria-hidden=\"true\"></i></span></a> ";
|
||||
|
||||
msg += "<a href=\"]]
|
||||
print (ntop.getHttpPrefix())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue