mirror of
https://github.com/netbox-community/netbox.git
synced 2026-01-16 08:42:17 -06:00
Added template tag for tag links
This commit is contained in:
@@ -123,7 +123,13 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Tags</td>
|
||||
<td>{{ prefix.tags.all|join:" " }}</td>
|
||||
<td>
|
||||
{% for tag in prefix.tags.all %}
|
||||
{% tag 'ipam:prefix_list' tag %}
|
||||
{% empty %}
|
||||
<span class="text-muted">N/A</span>
|
||||
{% endfor %}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Utilization</td>
|
||||
|
||||
Reference in New Issue
Block a user