Add mail connection details dialog

This commit is contained in:
Johannes Zellner
2025-03-12 13:41:07 +01:00
parent 00a5dbf42c
commit 0865b9bbc5
12 changed files with 56 additions and 18 deletions

View File

@@ -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') }} &nbsp; <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">