mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Added virtual chassis tests
This commit is contained in:
@@ -111,7 +111,7 @@
|
||||
<th>Priority</th>
|
||||
</tr>
|
||||
{% for vc_member in vc_members %}
|
||||
<tr{% if vc_member.device == device %} class="success"{% endif %}>
|
||||
<tr{% if vc_member == device %} class="success"{% endif %}>
|
||||
<td>
|
||||
<a href="{{ vc_member.get_absolute_url }}">{{ vc_member }}</a>
|
||||
</td>
|
||||
|
Reference in New Issue
Block a user