1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-03-13 17:24:44 +08:00

feat: 远程数据库地址支持域名 (#1909)

This commit is contained in:
ssongliu 2023-08-10 22:34:23 +08:00 committed by GitHub
parent 39d8b0d98c
commit 8dca519068
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -91,7 +91,7 @@ const handleClose = () => {
const rules = reactive({
name: [Rules.requiredInput],
version: [Rules.requiredSelect],
address: [Rules.ip],
address: [Rules.host],
port: [Rules.port],
username: [Rules.requiredInput],
password: [Rules.requiredInput],