Agree on 'Add' for add buttons and icon for refresh buttons

This commit is contained in:
Johannes Zellner
2025-09-22 16:52:48 +02:00
parent 305441ea28
commit f59907d9d7
12 changed files with 14 additions and 15 deletions
@@ -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') }} &nbsp; <Button @click="refresh()" small tool icon="fa fa-sync-alt" :disabled="busy" :loading="busy"/></h4>
<h4>{{ $t('email.dnsStatus.title') }} &nbsp; <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">