mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2024-11-10 17:13:30 +08:00
feat: 网站一键部署应用,名称与单独部署应用保持一致
This commit is contained in:
parent
7de80e9d5a
commit
355a6b0205
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ let rules = ref<any>({
|
|||
appType: [Rules.requiredInput],
|
||||
proxy: [Rules.requiredInput],
|
||||
appinstall: {
|
||||
name: [Rules.linuxName],
|
||||
name: [Rules.appName],
|
||||
appId: [Rules.requiredSelectBusiness],
|
||||
params: {},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue