mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-27 10:58:37 -06:00
Add export views links to dns panel on home page
This commit is contained in:
parent
107d898c3f
commit
ec36cba029
@ -144,6 +144,14 @@
|
||||
<strong>DNS</strong>
|
||||
</div>
|
||||
<div class="list-group">
|
||||
<div class="list-group-item">
|
||||
<h4 class="list-group-item-heading"><a href="{% url 'dns:full_forward' %}">Export Forward</a></h4>
|
||||
<p class="list-group-item-text text-muted">Export forward zones into Bind format</p>
|
||||
</div>
|
||||
<div class="list-group-item">
|
||||
<h4 class="list-group-item-heading"><a href="{% url 'dns:full_reverse' %}">Export Reverse</a></h4>
|
||||
<p class="list-group-item-text text-muted">Export reverse zones into Bind format</p>
|
||||
</div>
|
||||
<div class="list-group-item">
|
||||
<span class="badge pull-right">{{ stats.zone_count }}</span>
|
||||
<h4 class="list-group-item-heading"><a href="{% url 'dns:zone_list' %}">Zones</a></h4>
|
||||
|
Loading…
Reference in New Issue
Block a user