From 4a5db674f4a4ffe24f0207bdee25415c0ae0e27c Mon Sep 17 00:00:00 2001 From: Matt Scott Date: Sun, 19 Feb 2023 10:19:13 -0500 Subject: [PATCH] Working on condensing the zones list on the dashboard. Changed the terminology for zones on the dashboard from domains to zones. --- powerdnsadmin/templates/dashboard.html | 76 +++++++++++++------------- 1 file changed, 39 insertions(+), 37 deletions(-) diff --git a/powerdnsadmin/templates/dashboard.html b/powerdnsadmin/templates/dashboard.html index dc2b52c..c6ff50d 100755 --- a/powerdnsadmin/templates/dashboard.html +++ b/powerdnsadmin/templates/dashboard.html @@ -160,42 +160,44 @@
-
+
-
{% for boxId in custom_boxes.order %} -
-
-

Hosted Domains - {{ custom_boxes.boxes[boxId][0] }}

- {% if show_bg_domain_button %} - - {% endif %} -
- +
@@ -234,16 +236,16 @@ {% endblock %} {% block head_styles %} - + {% endblock %} {% block extrascripts %}