mirror of
				https://github.com/netbox-community/netbox.git
				synced 2024-05-10 07:54:54 +00:00 
			
		
		
		
	#49: Allow selection of devices at other sites when connecting an interface
This commit is contained in:
		@@ -61,7 +61,7 @@
 | 
			
		||||
                        <i class="glyphicon glyphicon-remove" aria-hidden="true"></i>
 | 
			
		||||
                    </a>
 | 
			
		||||
                {% else %}
 | 
			
		||||
                    <a href="{% url 'dcim:interfaceconnection_add' pk=device.pk %}?interface={{ iface.pk }}" class="btn btn-success btn-xs" title="Connect">
 | 
			
		||||
                    <a href="{% url 'dcim:interfaceconnection_add' pk=device.pk %}?interface_a={{ iface.pk }}" class="btn btn-success btn-xs" title="Connect">
 | 
			
		||||
                        <i class="glyphicon glyphicon-plus" aria-hidden="true"></i>
 | 
			
		||||
                    </a>
 | 
			
		||||
                {% endif %}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user