From 772c1129f51eeec2721dd176083b2d798e53923c Mon Sep 17 00:00:00 2001 From: Matt Scott Date: Mon, 20 Feb 2023 10:35:15 -0500 Subject: [PATCH] Working on first-round updates for the authentication settings view. --- .../admin_setting_authentication.html | 2509 ++++++++++------- 1 file changed, 1463 insertions(+), 1046 deletions(-) diff --git a/powerdnsadmin/templates/admin_setting_authentication.html b/powerdnsadmin/templates/admin_setting_authentication.html index 4b8a446..32fca2a 100644 --- a/powerdnsadmin/templates/admin_setting_authentication.html +++ b/powerdnsadmin/templates/admin_setting_authentication.html @@ -1,1058 +1,1498 @@ {% extends "base.html" %} - {% set active_page = "admin_settings" %} - -{% block title %} - - Authentication Settings - {{ SITE_NAME }} - -{% endblock %} +{% block title %}Authentication Settings - {{ SITE_NAME }}{% endblock %} {% block dashboard_stat %} -
-
-
-
-

- Settings - PowerDNS-Admin Settings -

-
-
- -
-
-
-
-{% endblock %} - -{% block content %} -
-
-
-
-
-
-

Authentication Settings

+
+
+
+
+

Authentication Settings

-
- {% if result %} -
- - {{ result['msg'] }} -
- {% endif %} - +
+
-
-
+{% endblock %} + +{% block content %} +
+
+
+
+
+
+

Settings Editor

+
+ +
+ {% if result %} +
+ + {{ result['msg'] }} +
+ {% endif %} + + +
+ +
+ +
+ +
+ +
+ +
{% endblock %} {% block extrascripts %} -{% assets "js_validation" -%} - -{%- endassets %} + {% assets "js_validation" -%} + + {%- endassets %} - + {% endblock %} {% block modals %} -