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

Add tenancy to cluster

fix pep8
This commit is contained in:
Fredrik Lönnegren
2019-10-07 08:29:32 +02:00
parent 9f52cdeee9
commit 3262805938
13 changed files with 80 additions and 8 deletions

View File

@@ -83,6 +83,16 @@
{% endif %}
</td>
</tr>
<tr>
<td>Tenant</td>
<td>
{% if cluster.tenant %}
<a href="{{ cluster.tenant.get_absolute_url }}">{{ cluster.tenant }}</a>
{% else %}
<span class="text-muted">None</span>
{% endif %}
</td>
</tr>
<tr>
<td>Site</td>
<td>