mirror of
https://github.com/ntop/ntopng.git
synced 2026-08-10 08:53:23 +00:00
Updated error page to vuejs (#10671)
* Updated error page to vuejs * Update dist * Fixes live flows filters flow risk * Update dist
This commit is contained in:
parent
c4a004722f
commit
b962ed2185
13 changed files with 191 additions and 138 deletions
|
|
@ -179,7 +179,6 @@ function getFlowsFilter()
|
|||
local src_asn = _GET["src_asn"]
|
||||
local dst_asn = _GET["dst_asn"]
|
||||
local host_pool = _GET["host_pool_id"]
|
||||
local risk = _GET["risk"]
|
||||
local flow_status = _GET["flow_status"]
|
||||
local flow_status_severity = _GET["flow_status_severity"]
|
||||
local status = _GET["status"]
|
||||
|
|
@ -428,10 +427,6 @@ function getFlowsFilter()
|
|||
pageinfo["poolFilter"] = tonumber(host_pool)
|
||||
end
|
||||
|
||||
if not isEmptyString(risk) then
|
||||
pageinfo["riskFilter"] = tonumber(risk)
|
||||
end
|
||||
|
||||
if not isEmptyString(client) then
|
||||
pageinfo["client"] = client
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue