mirror of
				https://github.com/netbox-community/netbox.git
				synced 2024-05-10 07:54:54 +00:00 
			
		
		
		
	Closes #3682: Add color field to front and rear ports
This commit is contained in:
		@@ -34,6 +34,12 @@
 | 
			
		||||
                            <th scope="row">Type</th>
 | 
			
		||||
                            <td>{{ object.get_type_display }}</td>
 | 
			
		||||
                        </tr>
 | 
			
		||||
                        <tr>
 | 
			
		||||
                          <th scope="row">Color</th>
 | 
			
		||||
                          <td>
 | 
			
		||||
                            <span class="badge color-label" style="background-color: #{{ object.color }}"> </span>
 | 
			
		||||
                          </td>
 | 
			
		||||
                        </tr>
 | 
			
		||||
                        <tr>
 | 
			
		||||
                            <th scope="row">Positions</th>
 | 
			
		||||
                            <td>{{ object.positions }}</td>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user