mirror of
				https://github.com/netbox-community/netbox.git
				synced 2024-05-10 07:54:54 +00:00 
			
		
		
		
	Deprecated the InterfaceConnection model
This commit is contained in:
		@@ -549,7 +549,7 @@
 | 
			
		||||
                                <span class="glyphicon glyphicon-pencil" aria-hidden="true"></span> Edit
 | 
			
		||||
                            </button>
 | 
			
		||||
                        {% endif %}
 | 
			
		||||
                        {% if interfaces and perms.dcim.delete_interfaceconnection %}
 | 
			
		||||
                        {% if interfaces and perms.dcim.change_interface %}
 | 
			
		||||
                            <button type="submit" name="_disconnect" formaction="{% url 'dcim:interface_bulk_disconnect' pk=device.pk %}" class="btn btn-danger btn-xs">
 | 
			
		||||
                                <span class="glyphicon glyphicon-resize-full" aria-hidden="true"></span> Disconnect
 | 
			
		||||
                            </button>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user