mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Implement System interface
The system interface now holds system wide alerts and timeseries
This commit is contained in:
parent
8b8e201581
commit
5f9e8b17df
16 changed files with 179 additions and 48 deletions
|
|
@ -21,7 +21,9 @@ if status == "engaged" then
|
|||
engaged = true
|
||||
end
|
||||
|
||||
interface.select(ifname)
|
||||
if _GET["ifid"] ~= nil then
|
||||
interface.select(_GET["ifid"])
|
||||
end
|
||||
|
||||
if(tonumber(_GET["currentPage"]) == nil) then _GET["currentPage"] = 1 end
|
||||
if(tonumber(_GET["perPage"]) == nil) then _GET["perPage"] = getDefaultTableSize() end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue