mirror of
				https://github.com/netbox-community/netbox.git
				synced 2024-05-10 07:54:54 +00:00 
			
		
		
		
	Add position field for module bays
This commit is contained in:
		@@ -23,6 +23,10 @@
 | 
			
		||||
              <th scope="row">Label</th>
 | 
			
		||||
              <td>{{ object.label|placeholder }}</td>
 | 
			
		||||
            </tr>
 | 
			
		||||
            <tr>
 | 
			
		||||
                <th scope="row">Position</th>
 | 
			
		||||
                <td>{{ object.position|placeholder }}</td>
 | 
			
		||||
            </tr>
 | 
			
		||||
            <tr>
 | 
			
		||||
              <th scope="row">Description</th>
 | 
			
		||||
              <td>{{ object.description|placeholder }}</td>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user