mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-12 10:55:51 +02:00
enhance: validate settings value before save
This commit is contained in:
parent
d70e37c857
commit
d67b8428e4
8 changed files with 83 additions and 26 deletions
|
@ -1 +1 @@
|
|||
{"version":"2.0.0-beta.11","build_id":110,"total_build":314}
|
||||
{"version":"2.0.0-beta.11","build_id":111,"total_build":315}
|
|
@ -43,7 +43,7 @@ const issueCert = () => {
|
|||
step.value++
|
||||
modalVisible.value = true
|
||||
|
||||
refObtainCertLive.value.issue_cert(computedDomain.value, [computedDomain.value], () => {
|
||||
refObtainCertLive.value.issue_cert(computedDomain.value, [computedDomain.value, domain.value], () => {
|
||||
message.success($gettext('Renew successfully'))
|
||||
emit('issued')
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue