mirror of
https://github.com/netbox-community/netbox.git
synced 2025-12-10 10:29:36 -06:00
9 lines
294 B
HTML
9 lines
294 B
HTML
{% extends 'generic/object_list.html' %}
|
|
{% load helpers %}
|
|
{% load static %}
|
|
|
|
{% block extra_controls %}
|
|
<a href="{% url 'dcim:rack_elevation_list' %}{% querystring request %}" class="btn btn-sm btn-primary">
|
|
<i class="mdi mdi-view-day-outline"></i> View Elevations
|
|
</a>
|
|
{% endblock %} |