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

Fixes #10746: Add missing status attribute to cluster view

This commit is contained in:
jeremystretch
2022-10-25 16:38:32 -04:00
parent 4c504870e0
commit 01654765e8
2 changed files with 5 additions and 0 deletions

View File

@@ -19,6 +19,10 @@
<th scope="row">Type</th>
<td>{{ object.type|linkify }}</td>
</tr>
<tr>
<th scope="row">Status</th>
<td>{% badge object.get_status_display bg_color=object.get_status_color %}</td>
</tr>
<tr>
<th scope="row">Group</th>
<td>{{ object.group|linkify|placeholder }}</td>