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

Fixes #7654: Fix assignment of members to virtual chassis with initial position of zero

This commit is contained in:
jeremystretch
2021-11-11 12:10:47 -05:00
parent 726e4df54b
commit 3cb8c5db28
3 changed files with 10 additions and 3 deletions

View File

@@ -61,7 +61,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.master == vc_member %}