-
-
-
+
+{% endblock %}
+
+{% block head_styles %}
+
{% endblock %}
{% block extrascripts %}
-
+
{% endblock %}
{% block modals %}
-
-
-
-
+
-
- {% if domain.type != 'Slave' %}
-
-
- {% else %}
-
- {% endif %}
- {% if current_user.role.name in ['Administrator', 'Operator'] %}
-
- {% endif %}
- {% if current_user.role.name in ['Administrator', 'Operator'] or SETTING.get('allow_user_view_history') %}
-
- {% endif %}
-
-
-
-
-
-
+ Name | -Type | -Status | -TTL | -Data | - {% if domain.type != 'Slave' %} -Comment | -Edit | -Delete | - {% if current_user.role.name in ['Administrator', 'Operator'] or SETTING.get('allow_user_view_history') %} -Changelog | - {% endif %} - {% else %} -Invisible Sorting Column | - {% endif %} -
---|---|---|---|---|---|---|---|---|---|
{{ (record.name,domain.name) | display_record_name | pretty_domain_name }} | -{{ record.type }} | -{{ record.status }} | -{{ record.ttl }} | -{{ record.data | pretty_domain_name }} | - {% if domain.type != 'Secondary' %} -{{ record.comment }} | -- {% if record.is_allowed_edit() %} - - {% else %} - - {% endif %} - | -- {% if record.is_allowed_delete() %} - - {% endif %} - | - {% if current_user.role.name in ['Administrator', 'Operator'] or SETTING.get('allow_user_view_history') %} -- - | - {% endif %} - {% endif %} - -1 | -
+
-
+
+
+
+
+
+
+ Zone Editor
+
+ {% if current_user.role.name in ['Administrator', 'Operator'] %}
+
+ {% endif %}
+ {% if current_user.role.name in ['Administrator', 'Operator'] or SETTING.get('allow_user_view_history') %}
+
+ {% endif %}
+ {% if domain.type != 'Slave' %}
+
+
+ {% else %}
+
+ {% endif %}
+
+
+
+
+
+
+ Name | +Type | +Status | +TTL | +Data | + {% if domain.type != 'Slave' %} +Comment | +Edit | +Delete | + {% if current_user.role.name in ['Administrator', 'Operator'] or SETTING.get('allow_user_view_history') %} +Changelog | + {% endif %} + {% else %} +Invisible Sorting Column | + {% endif %} +
---|---|---|---|---|---|---|---|---|---|
{{ (record.name,domain.name) | display_record_name | pretty_domain_name }} | +{{ record.type }} | +{{ record.status }} | +{{ record.ttl }} | +{{ record.data | pretty_domain_name }} | + {% if domain.type != 'Slave' %} +{{ record.comment }} | ++ {% if record.is_allowed_edit() %} + + {% else %} + + {% endif %} + | ++ {% if record.is_allowed_delete() %} + + {% endif %} + | + {% if current_user.role.name in ['Administrator', 'Operator'] or SETTING.get('allow_user_view_history') %} ++ + | + {% endif %} + {% endif %} + +1 | +
-
-
-
-
-
-
-
-
{% endblock %}