From 44b02961ac2de0d2ff7147a47d2a19f1b81f9fb3 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Fri, 14 Mar 2025 15:32:19 +0100 Subject: [PATCH] Remove vuejs warnings by adding a tbody tag --- dashboard/src/components/MailDomainStatus.vue | 42 ++++++++++--------- 1 file changed, 22 insertions(+), 20 deletions(-) diff --git a/dashboard/src/components/MailDomainStatus.vue b/dashboard/src/components/MailDomainStatus.vue index 876ed3630..56f943159 100644 --- a/dashboard/src/components/MailDomainStatus.vue +++ b/dashboard/src/components/MailDomainStatus.vue @@ -76,26 +76,28 @@ onMounted(async () => {
{{ $t('email.dnsStatus.namecheapInfo') }}
{{ $t('email.dnsStatus.ptrInfo') }}
- - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + +
{{ $t('email.dnsStatus.hostname') }}:{{ expectedDnsRecords[record.value].name }}
{{ $t('email.dnsStatus.domain') }}:{{ expectedDnsRecords[record.value].domain }}
{{ $t('email.dnsStatus.type') }}:{{ expectedDnsRecords[record.value].type }}
{{ $t('email.dnsStatus.expected') }}:{{ expectedDnsRecords[record.value].expected }}
{{ $t('email.dnsStatus.current') }}:{{ expectedDnsRecords[record.value].value ? expectedDnsRecords[record.value].value : ('['+('email.dnsStatus.recordNotSet' | tr)+']') }}
{{ $t('email.dnsStatus.hostname') }}:{{ expectedDnsRecords[record.value].name }}
{{ $t('email.dnsStatus.domain') }}:{{ expectedDnsRecords[record.value].domain }}
{{ $t('email.dnsStatus.type') }}:{{ expectedDnsRecords[record.value].type }}
{{ $t('email.dnsStatus.expected') }}:{{ expectedDnsRecords[record.value].expected }}
{{ $t('email.dnsStatus.current') }}:{{ expectedDnsRecords[record.value].value ? expectedDnsRecords[record.value].value : ('['+('email.dnsStatus.recordNotSet' | tr)+']') }}