mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
Partial rework of NetworkInterfaceView (work in progress)
This commit is contained in:
parent
d4ad6fbff4
commit
4dd80d4778
32 changed files with 183 additions and 107 deletions
|
|
@ -17,7 +17,7 @@ require "alert_utils"
|
|||
network = _GET["network"]
|
||||
|
||||
interface.select(ifname)
|
||||
ifstats = interface.getStats()
|
||||
ifstats = aggregateInterfaceStats(interface.getStats())
|
||||
ifId = ifstats.id
|
||||
|
||||
sendHTTPHeader('text/html; charset=iso-8859-1')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue