mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2024-11-24 02:59:16 +08:00
parent
5134caa103
commit
aa222aac31
2
.gitignore
vendored
2
.gitignore
vendored
@ -29,6 +29,8 @@ build/1panel
|
||||
# Output of the go coverage tool, specifically when used with LiteIDE
|
||||
*.out
|
||||
|
||||
*_xpack.go
|
||||
|
||||
# Dependency directories
|
||||
/pkg/
|
||||
backend/__debug_bin
|
||||
|
@ -565,8 +565,10 @@ const rules = reactive({
|
||||
],
|
||||
|
||||
script: [Rules.requiredInput],
|
||||
website: [Rules.requiredSelect],
|
||||
dbName: [Rules.requiredSelect],
|
||||
websiteList: [Rules.requiredSelect],
|
||||
appIdList: [Rules.requiredSelect],
|
||||
dbNameList: [Rules.requiredSelect],
|
||||
backupAccountList: [Rules.requiredSelect],
|
||||
url: [Rules.requiredInput],
|
||||
sourceDir: [Rules.requiredInput],
|
||||
backupAccounts: [Rules.requiredSelect],
|
||||
|
Loading…
Reference in New Issue
Block a user