From 8b538bada5d2d8f16f0fd24b57273cda23d64658 Mon Sep 17 00:00:00 2001 From: Rhys Barrie Date: Fri, 29 Oct 2021 14:07:02 -0400 Subject: [PATCH] netbox-community/netbox#7668: Add 'View Elevations' button to location detail page --- netbox/templates/dcim/location.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/netbox/templates/dcim/location.html b/netbox/templates/dcim/location.html index b062ddcb5..0184947f6 100644 --- a/netbox/templates/dcim/location.html +++ b/netbox/templates/dcim/location.html @@ -9,6 +9,12 @@ {% endfor %} {% endblock %} +{% block extra_controls %} + +  View Elevations + +{% endblock %} + {% block content %}