1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Added map icons

This commit is contained in:
Jeremy Stretch
2016-06-24 14:34:49 -04:00
parent a6ebdaf275
commit 8ec145cb82

View File

@ -132,7 +132,7 @@
<table class="table table-hover panel-body">
{% for tm in topology_maps %}
<tr>
<td><a href="{% url 'dcim-api:topology_map' slug=tm.slug %}" target="_blank">{{ tm }}</a></td>
<td><i class="fa fa-fw fa-map text-success"></i> <a href="{% url 'dcim-api:topology_map' slug=tm.slug %}" target="_blank">{{ tm }}</a></td>
<td>{{ tm.description }}</td>
</tr>
{% endfor %}