We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eaf55c commit 2d09a40Copy full SHA for 2d09a40
netbox/templates/virtualization/cluster.html
@@ -33,6 +33,9 @@ <h5 class="card-header">
33
<th scope="row">Tenant</th>
34
<td>
35
{% if object.tenant %}
36
+ {% if object.tenant.group %}
37
+ <a href="{{ object.tenant.group.get_absolute_url }}">{{ object.tenant.group }}</a> /
38
+ {% endif %}
39
<a href="{{ object.tenant.get_absolute_url }}">{{ object.tenant }}</a>
40
{% else %}
41
<span class="text-muted">None</span>
0 commit comments