From 8bad30cd595aad7a0da91f706819b83d6aae827f Mon Sep 17 00:00:00 2001 From: kaiyou Date: Sun, 22 Apr 2018 10:15:09 +0200 Subject: [PATCH] Move the domain MX status to the detail page --- core/admin/mailu/ui/templates/domain/details.html | 2 +- core/admin/mailu/ui/templates/domain/list.html | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/core/admin/mailu/ui/templates/domain/details.html b/core/admin/mailu/ui/templates/domain/details.html index 1175c553..01a7548b 100644 --- a/core/admin/mailu/ui/templates/domain/details.html +++ b/core/admin/mailu/ui/templates/domain/details.html @@ -28,7 +28,7 @@ {{ domain.name }} - {% trans %}DNS MX entry{% endtrans %} + {% trans %}DNS MX entry{% endtrans %}
{{ domain.name }}. 600 IN MX 10 {{ hostname }}.
diff --git a/core/admin/mailu/ui/templates/domain/list.html b/core/admin/mailu/ui/templates/domain/list.html index 5eb1a154..0fa54f4f 100644 --- a/core/admin/mailu/ui/templates/domain/list.html +++ b/core/admin/mailu/ui/templates/domain/list.html @@ -18,7 +18,6 @@ {% trans %}Domain name{% endtrans %} {% trans %}Mailbox count{% endtrans %} {% trans %}Alias count{% endtrans %} - {% trans %}Status{% endtrans %} {% trans %}Comment{% endtrans %} {% trans %}Created{% endtrans %} {% trans %}Last edit{% endtrans %} @@ -43,7 +42,6 @@ {{ domain.name }} {{ domain.users | count }} / {{ domain.max_users or '∞' }} {{ domain.aliases | count }} / {{ domain.max_aliases or '∞' }} - {{ 'ok' if domain.check_mx() else 'MX error' }} {{ domain.comment or '' }} {{ domain.created_at }} {{ domain.updated_at or '' }}