Implement simplified flows page with container filter

This commit is contained in:
emanuele-f 2019-04-26 10:44:44 +02:00
parent dd848a5ae9
commit fdc7772519
11 changed files with 359 additions and 53 deletions

View file

@ -32,6 +32,7 @@ local network_id = _GET["network"]
local vlan = _GET["vlan"]
local uid = _GET["uid"]
local pid = _GET["pid"]
local container = _GET["container"]
local deviceIP = _GET["deviceIP"]
local inIfIdx = _GET["inIfIdx"]
@ -169,6 +170,10 @@ if not isEmptyString(pid) then
pageinfo["pidFilter"] = tonumber(pid)
end
if not isEmptyString(container) then
pageinfo["container"] = container
end
if not isEmptyString(deviceIP) then
pageinfo["deviceIpFilter"] = deviceIP