mirror of
				https://github.com/netbox-community/netbox.git
				synced 2024-05-10 07:54:54 +00:00 
			
		
		
		
	Fixes #1125: Include MAC addresses on a device's interface list
This commit is contained in:
		@@ -7,6 +7,7 @@
 | 
			
		||||
    <td>
 | 
			
		||||
        <i class="fa fa-fw fa-bolt"></i> {{ po.name }}
 | 
			
		||||
    </td>
 | 
			
		||||
    <td></td>
 | 
			
		||||
    {% if po.connected_port %}
 | 
			
		||||
        <td>
 | 
			
		||||
            <a href="{% url 'dcim:device' pk=po.connected_port.device.pk %}">{{ po.connected_port.device }}</a>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user