mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-01-19 08:19:15 +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/gpu": {},
|
||||||
"/xpack/alert/dashboard": {},
|
"/xpack/alert/dashboard": {},
|
||||||
"/xpack/alert/log": {},
|
"/xpack/alert/log": {},
|
||||||
|
"/xpack/alert/setting": {},
|
||||||
"/xpack/setting": {},
|
"/xpack/setting": {},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -822,7 +822,6 @@ export const Rules: CommonRule = {
|
|||||||
},
|
},
|
||||||
phone: {
|
phone: {
|
||||||
validator: checkPhone,
|
validator: checkPhone,
|
||||||
required: true,
|
|
||||||
trigger: 'blur',
|
trigger: 'blur',
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user