mirror of
				https://github.com/netbox-community/netbox.git
				synced 2024-05-10 07:54:54 +00:00 
			
		
		
		
	Initial work on #7846
This commit is contained in:
		@@ -50,6 +50,16 @@
 | 
			
		||||
                                {% endif %}
 | 
			
		||||
                            </td>
 | 
			
		||||
                        </tr>
 | 
			
		||||
                        <tr>
 | 
			
		||||
                            <th scope="row">Component</th>
 | 
			
		||||
                            <td>
 | 
			
		||||
                                {% if object.component %}
 | 
			
		||||
                                    <a href="{{ object.component.get_absolute_url }}">{{ object.component }}</a>
 | 
			
		||||
                                {% else %}
 | 
			
		||||
                                    <span class="text-muted">—</span>
 | 
			
		||||
                                {% endif %}
 | 
			
		||||
                            </td>
 | 
			
		||||
                        </tr>
 | 
			
		||||
                        <tr>
 | 
			
		||||
                            <th scope="row">Manufacturer</th>
 | 
			
		||||
                            <td>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user