Updated error page to vuejs (#10671)
Some checks are pending
Build / build (push) Waiting to run
CIFuzz / Fuzzing (address) (push) Waiting to run
CodeQL / Analyze (push) Waiting to run
CodeQL / Analyze-1 (push) Waiting to run

* Updated error page to vuejs

* Update dist

* Fixes live flows filters flow risk

* Update dist
This commit is contained in:
GabrieleDeri 2026-07-29 19:28:38 +02:00 committed by GitHub
parent c4a004722f
commit b962ed2185
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 191 additions and 138 deletions

View file

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