From 6e1ac4b0e8fa0f0b9fb1a3bcb2c2352614238cc9 Mon Sep 17 00:00:00 2001 From: Son NK <> Date: Sat, 11 Apr 2020 20:01:47 +0200 Subject: [PATCH] Add copy to clipboard in DNS setting --- .../templates/dashboard/domain_detail/dns.html | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/app/dashboard/templates/dashboard/domain_detail/dns.html b/app/dashboard/templates/dashboard/domain_detail/dns.html index cf1ffd43..30657e51 100644 --- a/app/dashboard/templates/dashboard/domain_detail/dns.html +++ b/app/dashboard/templates/dashboard/domain_detail/dns.html @@ -36,7 +36,11 @@
Domain: {{ custom_domain.domain }} or @
Priority: {{ priority }}
- Target: {{ email_server }}
+ Target: {{ email_server }} +
{% endfor %} @@ -97,6 +101,10 @@ {{ spf_record }} +
@@ -158,6 +166,10 @@ {{ dkim_record }} +