mirror of
				https://github.com/netbox-community/netbox.git
				synced 2024-05-10 07:54:54 +00:00 
			
		
		
		
	Fixes #8548: Virtual Chassis position zero not shown in device page
This commit is contained in:
		@@ -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 %}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user