mirror of https://github.com/1Panel-dev/1Panel
fix: Fix alert setting issue (#7304)
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…
Reference in New Issue