{% if create %}Add{% else %}Edit{% endif %} Key
-History Management
diff --git a/powerdnsadmin/templates/admin_history_table.html b/powerdnsadmin/templates/admin_history_table.html index 537ba2a..146e7db 100644 --- a/powerdnsadmin/templates/admin_history_table.html +++ b/powerdnsadmin/templates/admin_history_table.html @@ -6,7 +6,7 @@ {% endif %} - +Username | -First Name | -Last Name | -Role | -Privileges | -Action | -|
---|---|---|---|---|---|---|
{{ user.username }} | -{{ user.firstname }} | -{{ user.lastname }} | -{{ user.email }} | -- - | -- - | -- - - | -
User Management
+Username | +First Name | +Last Name | +Role | +Privileges | +Action | +|
---|---|---|---|---|---|---|
{{ user.username }} | +{{ user.firstname }} | +{{ user.lastname }} | +{{ user.email }} | ++ + | ++ + | ++ + + | +
- PowerDNS server configuration & statistics -
- -- Dashboard - Control panel + PowerDNS + Server Statistics & Configuration
PDNS Statistics
-Docs | -Statistic | -Value | -
---|---|---|
- | {{ statistic['name'] }} | -{{ statistic['value'] }} | -
PowerDNS Server Statistics
PDNS Configuration
-Docs | -Statistic | -Value | -
---|---|---|
- | {{ config['name'] }} | -- {{ config['value'] }} - | -
Statistic | +Value | +
---|---|
+ + {{ statistic['name'] }} + + | +{{ statistic['value'] }} | +
PowerDNS Server Configuration
+Configuration | +Value | +
---|---|
+ + {{ config['name'] }} + + | ++ {{ config['value'] }} + | +
Name | -Value | -Change | +Setting Name | +Current Value | +Action | {{ setting }} | - {% if SETTING.get(setting) in [True, False] %} + {% if SETTING.get(setting) in [False] %}{{ SETTING.get(setting)|display_setting_state }} | - | + {% elif SETTING.get(setting) in [True] %} +{{ SETTING.get(setting)|display_setting_state }} | +
+ |
{% else %}
@@ -58,9 +70,8 @@
- |
{% endif %}
@@ -73,32 +84,33 @@
{% endblock %}
+
{% block extrascripts %}
-
-{% endblock %}
+
+{% endblock %}
\ No newline at end of file
diff --git a/powerdnsadmin/templates/admin_setting_pdns.html b/powerdnsadmin/templates/admin_setting_pdns.html
index 08b42f1..2b1f7ef 100644
--- a/powerdnsadmin/templates/admin_setting_pdns.html
+++ b/powerdnsadmin/templates/admin_setting_pdns.html
@@ -1,93 +1,108 @@
{% extends "base.html" %}
+
{% set active_page = "admin_settings" %}
+
{% block title %}
-
---|
# | -Record | -Forward Zone | -Reverse Zone | -
---|---|---|---|
{{ loop.index }} | -{{ record }} | -- - | -- - | -
DNS record Settings
+# | +Record | +Forward Zone | +Reverse Zone | +
---|---|---|---|
{{ loop.index }} | +{{ record }} | ++ + | ++ + | +
Help
-Select record types you allow user to edit in the forward zone and reverse zone. Take a look at - PowerDNS docs for - full list of supported record types.
-Help
+Select record types you allow user to edit in the forward zone and reverse zone. Take a look at + PowerDNS docs for + full list of supported record types. +
+PDNS
+PowerDNS Info
PDNS
+PowerDNS Connection
Statistics
Recent History
Create new domain
Help with creating a new domain
Remove domain
Help with removing a new domain
Enter your personal details below
-Enter your account details below
-Please complete the CAPTCHA below
+ {% if captcha_enable %} +Please complete the CAPTCHA below
+- -