diff --git a/dns/static/dns/dnsV2.js b/dns/static/dns/dnsV2.js index f2ca60231..3192ef8c5 100644 --- a/dns/static/dns/dnsV2.js +++ b/dns/static/dns/dnsV2.js @@ -1292,6 +1292,7 @@ function changeBackgroundColor(button) { }); } + dnsTabButton.addEventListener("click", function () { changeBackgroundColor(dnsTabButton); }); diff --git a/dns/templates/dns/addDeleteDNSRecordsCloudFlareV2.html b/dns/templates/dns/addDeleteDNSRecordsCloudFlareV2.html index cefb7ee45..92824f06c 100644 --- a/dns/templates/dns/addDeleteDNSRecordsCloudFlareV2.html +++ b/dns/templates/dns/addDeleteDNSRecordsCloudFlareV2.html @@ -11,6 +11,10 @@
On this page you can add/modify dns records for domains whose dns zone is already created.
+Add Records
+
+ Add Records
-
- | + Name + | ++ Type + | ++ TTL + | ++ Value + | ++ Priority + | ++ Proxy + | ++ Delete + | +
|---|---|---|---|---|---|---|
| + | ++ | ++ | ++ | ++ | ++ + | +
+
+ |
+
{% trans "Cannot fetch records. Error message:" %}{$ errorMessage $}
+{% trans "Cannot add record. Error message: " %}{$ errorMessage $}
+{% trans "Records successfully fetched for" %} {$ domainFeteched + $}
+{% trans "Record Successfully Deleted" %}
+{% trans "Cannot delete record. Error message:" %} {$ errorMessage $}
+{% trans "Record Successfully Added." %}
+{% trans "Could not connect to server. Please refresh this page." %}
+{% trans "Cannot fetch records. Error message:" %}{$ errorMessage $}
-{% trans "Cannot add record. Error message: " %}{$ errorMessage $}
-{% trans "Records successfully fetched for" %} {$ domainFeteched - $}
-{% trans "Record Successfully Deleted" %}
-{% trans "Cannot delete record. Error message:" %} {$ errorMessage $}
-{% trans "Record Successfully Added." %}
-{% trans "Could not connect to server. Please refresh this page." %}
-