mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Add sent/received ARP stats for NetworkInterfaces and add a sent/recv pie chart for hosts
This commit is contained in:
parent
40828f2b66
commit
aa7bab5fee
7 changed files with 101 additions and 3 deletions
|
|
@ -87,7 +87,7 @@ end
|
|||
-- #####################################################################
|
||||
|
||||
function formatPeer(peer)
|
||||
print('<A HREF="'..ntop.getHttpPrefix()..'/lua/host_details.lua?host='..peer..'">'..peer..'</A>')
|
||||
return '<A HREF="'..ntop.getHttpPrefix()..'/lua/host_details.lua?host='..peer..'">'..peer..'</A>'
|
||||
end
|
||||
|
||||
-- #####################################################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue