From ec36cba0292dbc73731f35d1049b7980997f30d4 Mon Sep 17 00:00:00 2001 From: rdujardin Date: Thu, 28 Jul 2016 12:51:44 +0200 Subject: [PATCH] Add export views links to dns panel on home page --- netbox/templates/home.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/netbox/templates/home.html b/netbox/templates/home.html index 18c345c3b..ba7bf1962 100644 --- a/netbox/templates/home.html +++ b/netbox/templates/home.html @@ -144,6 +144,14 @@ DNS
+
+

Export Forward

+

Export forward zones into Bind format

+
+
+

Export Reverse

+

Export reverse zones into Bind format

+
{{ stats.zone_count }}

Zones