Partial rework of NetworkInterfaceView (work in progress)

This commit is contained in:
Luca Deri 2015-09-16 00:41:29 +02:00
parent d4ad6fbff4
commit 4dd80d4778
32 changed files with 183 additions and 107 deletions

View file

@ -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')