Disable dns provider dropdown when busy

This commit is contained in:
Johannes Zellner
2025-05-26 14:35:54 +02:00
parent 48bf21a537
commit 314e20ea18
2 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -171,7 +171,7 @@ onMounted(async () => {
<div style="padding-top: 6px;">Apps will be installed on subdomains of this domain. The dashboard will be available on the <b>my{{ domain ? `.${domain}` : '' }}</b> subdomain. You can add more domains later.</div>
</FormGroup>
<DomainProviderForm v-model:provider="provider" v-model:dns-config="dnsConfig" v-model:tls-provider="tlsProvider" :domain="domain" :show-advanced="showAdvanced" />
<DomainProviderForm :disabled="busy" v-model:provider="provider" v-model:dns-config="dnsConfig" v-model:tls-provider="tlsProvider" :domain="domain" :show-advanced="showAdvanced" />
<div v-show="showAdvanced">
<FormGroup>