diff --git a/dashboard/src/components/DomainProviderForm.vue b/dashboard/src/components/DomainProviderForm.vue index dd35e3045..c98ebf40e 100644 --- a/dashboard/src/components/DomainProviderForm.vue +++ b/dashboard/src/components/DomainProviderForm.vue @@ -17,6 +17,10 @@ defineProps({ type: Boolean, default: false, }, + disabled: { + type: Boolean, + default: false, + }, }); const provider = defineModel('provider'); @@ -104,7 +108,7 @@ function onGcdnsFileInputChange(event) {
- + diff --git a/dashboard/src/views/SetupView.vue b/dashboard/src/views/SetupView.vue index 3c0f1d17f..09ba9f9fd 100644 --- a/dashboard/src/views/SetupView.vue +++ b/dashboard/src/views/SetupView.vue @@ -171,7 +171,7 @@ onMounted(async () => {
Apps will be installed on subdomains of this domain. The dashboard will be available on the my{{ domain ? `.${domain}` : '' }} subdomain. You can add more domains later.
- +