mirror of https://github.com/1Panel-dev/1Panel
parent
5134caa103
commit
aa222aac31
|
@ -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