mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-10-08 14:37:29 +08:00
feat: Restrict special characters in website aliases (#9944)
Refs https://github.com/1Panel-dev/1Panel/issues/9909
This commit is contained in:
parent
1759c2c81e
commit
b735178fcd
1 changed files with 1 additions and 1 deletions
|
@ -606,7 +606,7 @@ const initData = () => ({
|
|||
const website = ref(initData());
|
||||
const rules = ref<any>({
|
||||
primaryDomain: [Rules.domainWithPort],
|
||||
alias: [Rules.linuxName],
|
||||
alias: [Rules.appName],
|
||||
type: [Rules.requiredInput],
|
||||
webSiteGroupId: [Rules.requiredSelectBusiness],
|
||||
appInstallId: [Rules.requiredSelectBusiness],
|
||||
|
|
Loading…
Add table
Reference in a new issue