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

12038 show vc priority with placeholder

This commit is contained in:
Arthur
2023-03-24 08:14:24 -07:00
committed by Jeremy Stretch
parent 87eabdbffb
commit ad03061edf

View File

@@ -139,7 +139,7 @@
{% if object.virtual_chassis.master == vc_member %}<i class="mdi mdi-check-bold"></i>{% endif %}
</td>
<td>
{{ vc_member.vc_priority|default:"" }}
{{ vc_member.vc_priority|placeholder }}
</td>
</tr>
{% endfor %}