fix: fix issue with reload monitor page failed (#8804)

Refs https://github.com/1Panel-dev/1Panel/issues/8803
This commit is contained in:
CityFun 2025-05-23 22:30:11 +08:00 committed by GitHub
parent 9cf3db8d81
commit c323db7e01
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -147,10 +147,15 @@ var WebUrlMap = map[string]struct{}{
"/xpack/waf/log": {},
"/xpack/waf/block": {},
"/xpack/waf/blackwhite": {},
"/xpack/waf/stat": {},
"/xpack/monitor/dashboard": {},
"/xpack/monitor/setting": {},
"/xpack/monitor/rank": {},
"/xpack/monitor/log": {},
"/xpack/monitor/trend": {},
"/xpack/monitor/websites": {},
"/xpack/tamper": {},
"/xpack/gpu": {},
"/xpack/alert/dashboard": {},
@ -158,7 +163,6 @@ var WebUrlMap = map[string]struct{}{
"/xpack/alert/setting": {},
"/xpack/setting": {},
"/xpack/node": {},
"/xpack/waf/stat": {},
"/xpack/exchange/file": {},
}