Add mail connection details dialog
This commit is contained in:
@@ -59,12 +59,9 @@ onMounted(async () => {
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<Section :title="$t('email.status.tabTitle')">
|
||||
<template #header-buttons>
|
||||
<Button @click="refresh()" tool icon="fa fa-sync-alt" :disabled="busy" :loading="busy"/>
|
||||
</template>
|
||||
<Section>
|
||||
|
||||
<h4>{{ $t('email.dnsStatus.title') }}</h4>
|
||||
<h4>{{ $t('email.dnsStatus.title') }} <Button @click="refresh()" small 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="record in expectedDnsRecordsTypes" :key="record.value">
|
||||
|
||||
Reference in New Issue
Block a user