mirror of
				https://github.com/netbox-community/netbox.git
				synced 2024-05-10 07:54:54 +00:00 
			
		
		
		
	#7844: Show module when viewing/editing device components
This commit is contained in:
		@@ -24,6 +24,16 @@
 | 
			
		||||
                                <a href="{{ object.device.get_absolute_url }}">{{ object.device }}</a>
 | 
			
		||||
                            </td>
 | 
			
		||||
                        </tr>
 | 
			
		||||
                        <tr>
 | 
			
		||||
                            <th scope="row">Module</th>
 | 
			
		||||
                            <td>
 | 
			
		||||
                              {% if object.module %}
 | 
			
		||||
                                <a href="{{ object.module.get_absolute_url }}">{{ object.module }}</a>
 | 
			
		||||
                              {% else %}
 | 
			
		||||
                                {{ None|placeholder }}
 | 
			
		||||
                              {% endif %}
 | 
			
		||||
                            </td>
 | 
			
		||||
                        </tr>
 | 
			
		||||
                        <tr>
 | 
			
		||||
                            <th scope="row">Name</th>
 | 
			
		||||
                            <td>{{ object.name }}</td>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user