| Name |
{{ object.name }} |
| Status |
{{ object.status }} |
| Nameservers |
|
{% if nameserver_warnings %}
| Warnings |
{% for warning in nameserver_warnings %}
| {{ warning }} |
{% endfor %}
|
{% endif %}
{% if nameserver_errors %}
| Errors |
{% for error in nameserver_errors %}
| {{ error }} |
{% endfor %}
|
{% endif %}
| Default TTL |
{{ object.default_ttl }} |
{% if '3.1.0'|check_version %}
{% include 'extras/inc/tags_panel.html' with tags=object.tags.all url='plugins:netbox_dns:zone_list' %}
{% else %}
{% include 'inc/panels/tags.html' with tags=object.tags.all url='plugins:netbox_dns:zone_list' %}
{% endif %}