mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-10-17 19:07:08 +08:00
fix: fix issue with reload monitor page failed (#8804)
Refs https://github.com/1Panel-dev/1Panel/issues/8803
This commit is contained in:
parent
9cf3db8d81
commit
c323db7e01
1 changed files with 20 additions and 16 deletions
|
@ -140,26 +140,30 @@ var WebUrlMap = map[string]struct{}{
|
|||
|
||||
"/login": {},
|
||||
|
||||
"/xpack": {},
|
||||
"/xpack/waf/dashboard": {},
|
||||
"/xpack/waf/global": {},
|
||||
"/xpack/waf/websites": {},
|
||||
"/xpack/waf/log": {},
|
||||
"/xpack/waf/block": {},
|
||||
"/xpack/waf/blackwhite": {},
|
||||
"/xpack": {},
|
||||
"/xpack/waf/dashboard": {},
|
||||
"/xpack/waf/global": {},
|
||||
"/xpack/waf/websites": {},
|
||||
"/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/tamper": {},
|
||||
"/xpack/gpu": {},
|
||||
"/xpack/alert/dashboard": {},
|
||||
"/xpack/alert/log": {},
|
||||
"/xpack/alert/setting": {},
|
||||
"/xpack/setting": {},
|
||||
"/xpack/node": {},
|
||||
"/xpack/waf/stat": {},
|
||||
"/xpack/exchange/file": {},
|
||||
"/xpack/monitor/trend": {},
|
||||
"/xpack/monitor/websites": {},
|
||||
|
||||
"/xpack/tamper": {},
|
||||
"/xpack/gpu": {},
|
||||
"/xpack/alert/dashboard": {},
|
||||
"/xpack/alert/log": {},
|
||||
"/xpack/alert/setting": {},
|
||||
"/xpack/setting": {},
|
||||
"/xpack/node": {},
|
||||
"/xpack/exchange/file": {},
|
||||
}
|
||||
|
||||
var DynamicRoutes = []string{
|
||||
|
|
Loading…
Add table
Reference in a new issue