18296 add tenant to vlan groups

This commit is contained in:
Arthur 2025-02-20 10:17:43 -08:00
parent c704e39b9a
commit 689ce73272

View File

@ -46,6 +46,15 @@
<th scope="row">Utilization</th> <th scope="row">Utilization</th>
<td>{% utilization_graph object.utilization %}</td> <td>{% utilization_graph object.utilization %}</td>
</tr> </tr>
<tr>
<th scope="row">{% trans "Tenant" %}</th>
<td>
{% if object.tenant.group %}
{{ object.tenant.group|linkify }} /
{% endif %}
{{ object.tenant|linkify|placeholder }}
</td>
</tr>
</table> </table>
</div> </div>
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/tags.html' %}