diff --git a/netbox/templates/dcim/location.html b/netbox/templates/dcim/location.html index 0184947f6..0c254e413 100644 --- a/netbox/templates/dcim/location.html +++ b/netbox/templates/dcim/location.html @@ -9,12 +9,6 @@ {% endfor %} {% endblock %} -{% block extra_controls %} - -  View Elevations - -{% endblock %} - {% block content %}
@@ -27,14 +21,17 @@ Name {{ object.name }} + Description {{ object.description|placeholder }} + Site {{ object.site }} + Parent @@ -45,18 +42,25 @@ {% endif %} + Racks {{ rack_count }} + + + + + Devices {{ device_count }} +