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

Merge pull request #8566 from tijshuisman/develop

Fixes #8548: Virtual Chassis position zero not shown in device page
This commit is contained in:
Jeremy Stretch
2022-02-07 10:32:44 -05:00
committed by GitHub

View File

@ -129,7 +129,7 @@
<a href="{{ vc_member.get_absolute_url }}">{{ vc_member }}</a>
</td>
<td>
{% badge vc_member.vc_position %}
{% badge vc_member.vc_position show_empty=True %}
</td>
<td>
{% if object.virtual_chassis.master == vc_member %}<i class="mdi mdi-check-bold"></i>{% endif %}