| 
									
										
										
										
											2018-11-15 14:23:23 -05:00
										 |  |  | {% if perms.dcim.change_cable %} | 
					
						
							| 
									
										
										
										
											2020-01-27 22:56:25 +00:00
										 |  |  |     {% if cable.status == 'connected' %} | 
					
						
							| 
									
										
										
										
											2018-11-15 14:23:23 -05:00
										 |  |  |         <a href="#" class="btn btn-warning btn-xs cable-toggle connected" title="Mark planned" data="{{ cable.pk }}"> | 
					
						
							| 
									
										
										
										
											2020-11-06 14:33:20 -05:00
										 |  |  |             <i class="mdi mdi-lan-disconnect" aria-hidden="true"></i> | 
					
						
							| 
									
										
										
										
											2018-11-15 14:23:23 -05:00
										 |  |  |         </a> | 
					
						
							|  |  |  |     {% else %} | 
					
						
							|  |  |  |         <a href="#" class="btn btn-success btn-xs cable-toggle" title="Mark installed" data="{{ cable.pk }}"> | 
					
						
							| 
									
										
										
										
											2020-11-06 14:33:20 -05:00
										 |  |  |             <i class="mdi mdi-lan-connect" aria-hidden="true"></i> | 
					
						
							| 
									
										
										
										
											2018-11-15 14:23:23 -05:00
										 |  |  |         </a> | 
					
						
							|  |  |  |     {% endif %} | 
					
						
							|  |  |  | {% endif %} | 
					
						
							|  |  |  | {% if perms.dcim.delete_cable %} | 
					
						
							|  |  |  |     <a href="{% url 'dcim:cable_delete' pk=cable.pk %}?return_url={{ device.get_absolute_url }}" title="Remove cable" class="btn btn-danger btn-xs"> | 
					
						
							| 
									
										
										
										
											2020-11-06 14:33:20 -05:00
										 |  |  |             <i class="mdi mdi-ethernet-cable-off" aria-hidden="true"></i> | 
					
						
							| 
									
										
										
										
											2018-11-15 14:23:23 -05:00
										 |  |  |     </a> | 
					
						
							|  |  |  | {% endif %} |