Agree on 'Add' for add buttons and icon for refresh buttons
This commit is contained in:
@@ -49,7 +49,7 @@ onMounted(async () => {
|
||||
<div>
|
||||
<ProgressBar mode="indeterminate" v-if="busy" slim :show-label="false" />
|
||||
<div v-if="domainStatus.mx">
|
||||
<h4>{{ $t('email.dnsStatus.title') }} <Button @click="refresh()" small tool icon="fa fa-sync-alt" :disabled="busy" :loading="busy"/></h4>
|
||||
<h4>{{ $t('email.dnsStatus.title') }} <Button @click="refresh()" plain tool icon="fa fa-sync-alt" :disabled="busy" :loading="busy"/></h4>
|
||||
<div v-html="$t('email.dnsStatus.description', { emailDnsDocsLink:'https://docs.cloudron.io/email/#dns-records'})"></div>
|
||||
<br/>
|
||||
<div v-for="(label, type) in dnsRecordLabels" :key="type">
|
||||
|
||||
Reference in New Issue
Block a user