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
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
||||||
*.out
|
*.out
|
||||||
|
|
||||||
|
*_xpack.go
|
||||||
|
|
||||||
# Dependency directories
|
# Dependency directories
|
||||||
/pkg/
|
/pkg/
|
||||||
backend/__debug_bin
|
backend/__debug_bin
|
||||||
|
@ -565,8 +565,10 @@ const rules = reactive({
|
|||||||
],
|
],
|
||||||
|
|
||||||
script: [Rules.requiredInput],
|
script: [Rules.requiredInput],
|
||||||
website: [Rules.requiredSelect],
|
websiteList: [Rules.requiredSelect],
|
||||||
dbName: [Rules.requiredSelect],
|
appIdList: [Rules.requiredSelect],
|
||||||
|
dbNameList: [Rules.requiredSelect],
|
||||||
|
backupAccountList: [Rules.requiredSelect],
|
||||||
url: [Rules.requiredInput],
|
url: [Rules.requiredInput],
|
||||||
sourceDir: [Rules.requiredInput],
|
sourceDir: [Rules.requiredInput],
|
||||||
backupAccounts: [Rules.requiredSelect],
|
backupAccounts: [Rules.requiredSelect],
|
||||||
|
Loading…
Reference in New Issue
Block a user