mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-01-19 00:09:16 +08:00
fix: Fix alert setting issue (#7304)
This commit is contained in:
parent
162a0c543c
commit
06bf2bbc2f
@ -116,6 +116,7 @@ var WebUrlMap = map[string]struct{}{
|
||||
"/xpack/gpu": {},
|
||||
"/xpack/alert/dashboard": {},
|
||||
"/xpack/alert/log": {},
|
||||
"/xpack/alert/setting": {},
|
||||
"/xpack/setting": {},
|
||||
}
|
||||
|
||||
|
@ -822,7 +822,6 @@ export const Rules: CommonRule = {
|
||||
},
|
||||
phone: {
|
||||
validator: checkPhone,
|
||||
required: true,
|
||||
trigger: 'blur',
|
||||
},
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user