mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Flip the order of tag and URL name for the tag template tag
This commit is contained in:
@@ -91,7 +91,7 @@
|
||||
<td>Tags</td>
|
||||
<td>
|
||||
{% for tag in cluster.tags.all %}
|
||||
{% tag 'virtualization:cluster_list' tag %}
|
||||
{% tag tag 'virtualization:cluster_list' %}
|
||||
{% empty %}
|
||||
<span class="text-muted">N/A</span>
|
||||
{% endfor %}
|
||||
|
@@ -139,7 +139,7 @@
|
||||
<td>Tags</td>
|
||||
<td>
|
||||
{% for tag in virtualmachine.tags.all %}
|
||||
{% tag 'virtualization:virtualmachine_list' tag %}
|
||||
{% tag tag 'virtualization:virtualmachine_list' %}
|
||||
{% empty %}
|
||||
<span class="text-muted">N/A</span>
|
||||
{% endfor %}
|
||||
|
Reference in New Issue
Block a user