diff --git a/ui/src/components/view/DedicateDomain.vue b/ui/src/components/view/DedicateDomain.vue index 0b3645ce418..4b8cc31ae46 100644 --- a/ui/src/components/view/DedicateDomain.vue +++ b/ui/src/components/view/DedicateDomain.vue @@ -18,52 +18,44 @@ - - {{ $t('label.domain') }}* - {{ $t('label.required') }} - - - {{ domain.path || domain.name || domain.description }} - - - - - - {{ $t('label.account') }} - {{ $t('label.domain') }}* + {{ $t('label.required') }} + - - {{ account.name }} - - + v-model:value="domainId" + api="listDomains" + :apiParams="domainsApiParams" + resourceType="domain" + optionValueKey="id" + optionLabelKey="path" + defaultIcon="block-outlined" + v-focus="true" + @change-option-value="handleChangeDomain" /> + + + {{ $t('label.account') }} +
{{ $t('label.domain') }}*
{{ $t('label.required') }}
{{ $t('label.account') }}