mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-26 01:06:11 -06:00
add elevation button to location view
This commit is contained in:
parent
4a88d5e3d9
commit
c28db4e7d0
@ -16,6 +16,9 @@
|
|||||||
<span class="mdi mdi-plus-thick" aria-hidden="true"></span> Add Child Location
|
<span class="mdi mdi-plus-thick" aria-hidden="true"></span> Add Child Location
|
||||||
</a>
|
</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
<a href="{% url 'dcim:rack_elevation_list' %}?site={{ object.site.slug }}&location_id={{ object.pk }}" class="btn btn-sm btn-primary" title="View elevations">
|
||||||
|
<i class="mdi mdi-server"></i> Elevation
|
||||||
|
</a>
|
||||||
{% endblock extra_controls %}
|
{% endblock extra_controls %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
Loading…
Reference in New Issue
Block a user