| 
									
										
										
										
											2021-12-18 14:02:01 -05:00
										 |  |  | {% extends 'generic/object.html' %} | 
					
						
							| 
									
										
										
										
											2020-06-25 11:00:25 -04:00
										 |  |  | {% load helpers %} | 
					
						
							| 
									
										
										
										
											2020-06-25 13:27:01 -04:00
										 |  |  | {% load plugins %} | 
					
						
							| 
									
										
										
										
											2023-07-29 03:30:25 +07:00
										 |  |  | {% load i18n %} | 
					
						
							| 
									
										
										
										
											2020-06-25 11:00:25 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-12-18 14:02:01 -05:00
										 |  |  | {% block breadcrumbs %} | 
					
						
							|  |  |  |   {{ block.super }} | 
					
						
							|  |  |  |   <li class="breadcrumb-item"> | 
					
						
							|  |  |  |     <a href="{% url 'dcim:device_powerports' pk=object.device.pk %}">{{ object.device }}</a> | 
					
						
							|  |  |  |   </li> | 
					
						
							|  |  |  | {% endblock %} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-06-25 11:00:25 -04:00
										 |  |  | {% block content %} | 
					
						
							| 
									
										
										
										
											2021-04-18 11:35:42 -07:00
										 |  |  |     <div class="row mb-3"> | 
					
						
							| 
									
										
										
										
											2021-04-30 15:55:37 -07:00
										 |  |  |         <div class="col col-md-6"> | 
					
						
							| 
									
										
										
										
											2021-04-18 11:35:42 -07:00
										 |  |  |             <div class="card"> | 
					
						
							| 
									
										
										
										
											2024-01-17 16:25:42 -05:00
										 |  |  |                 <h5 class="card-header">{% trans "Power Port" %}</h5> | 
					
						
							|  |  |  |                 <table class="table table-hover attr-table"> | 
					
						
							|  |  |  |                     <tr> | 
					
						
							|  |  |  |                         <th scope="row">{% trans "Device" %}</th> | 
					
						
							|  |  |  |                         <td>{{ object.device|linkify }}</td> | 
					
						
							|  |  |  |                     </tr> | 
					
						
							|  |  |  |                     <tr> | 
					
						
							|  |  |  |                         <th scope="row">{% trans "Module" %}</th> | 
					
						
							|  |  |  |                         <td>{{ object.module|linkify|placeholder }}</td> | 
					
						
							|  |  |  |                     </tr> | 
					
						
							|  |  |  |                     <tr> | 
					
						
							|  |  |  |                         <th scope="row">{% trans "Name" %}</th> | 
					
						
							|  |  |  |                         <td>{{ object.name }}</td> | 
					
						
							|  |  |  |                     </tr> | 
					
						
							|  |  |  |                     <tr> | 
					
						
							|  |  |  |                         <th scope="row">{% trans "Label" %}</th> | 
					
						
							|  |  |  |                         <td>{{ object.label|placeholder }}</td> | 
					
						
							|  |  |  |                     </tr> | 
					
						
							|  |  |  |                     <tr> | 
					
						
							|  |  |  |                         <th scope="row">{% trans "Type" %}</th> | 
					
						
							|  |  |  |                         <td>{{ object.get_type_display|placeholder }}</td> | 
					
						
							|  |  |  |                     </tr> | 
					
						
							|  |  |  |                     <tr> | 
					
						
							|  |  |  |                         <th scope="row">{% trans "Description" %}</th> | 
					
						
							|  |  |  |                         <td>{{ object.description|placeholder }}</td> | 
					
						
							|  |  |  |                     </tr> | 
					
						
							|  |  |  |                     <tr> | 
					
						
							|  |  |  |                         <th scope="row">{% trans "Maximum Draw" %}</th> | 
					
						
							|  |  |  |                         <td>{{ object.maximum_draw|placeholder }}</td> | 
					
						
							|  |  |  |                     </tr> | 
					
						
							|  |  |  |                     <tr> | 
					
						
							|  |  |  |                         <th scope="row">{% trans "Allocated Draw" %}</th> | 
					
						
							|  |  |  |                         <td>{{ object.allocated_draw|placeholder }}</td> | 
					
						
							|  |  |  |                     </tr> | 
					
						
							|  |  |  |                 </table> | 
					
						
							| 
									
										
										
										
											2020-06-25 11:00:25 -04:00
										 |  |  |             </div> | 
					
						
							| 
									
										
										
										
											2021-10-19 14:21:31 -04:00
										 |  |  |             {% include 'inc/panels/custom_fields.html' %} | 
					
						
							| 
									
										
										
										
											2021-10-21 11:23:31 -04:00
										 |  |  |             {% include 'inc/panels/tags.html' %} | 
					
						
							| 
									
										
										
										
											2020-11-19 11:29:18 -05:00
										 |  |  |             {% plugin_left_page object %} | 
					
						
							| 
									
										
										
										
											2020-06-25 11:00:25 -04:00
										 |  |  |         </div> | 
					
						
							| 
									
										
										
										
											2021-04-30 15:55:37 -07:00
										 |  |  |         <div class="col col-md-6"> | 
					
						
							| 
									
										
										
										
											2022-10-03 16:11:24 -04:00
										 |  |  |           <div class="card"> | 
					
						
							| 
									
										
										
										
											2023-07-29 03:30:25 +07:00
										 |  |  |             <h5 class="card-header">{% trans "Connection" %}</h5> | 
					
						
							| 
									
										
										
										
											2024-01-17 16:25:42 -05:00
										 |  |  |             {% if object.mark_connected %} | 
					
						
							|  |  |  |               <div class="card-body"> | 
					
						
							|  |  |  |                 <span class="text-success"><i class="mdi mdi-check-bold"></i></span> | 
					
						
							|  |  |  |                 {% trans "Marked as Connected" %} | 
					
						
							|  |  |  |               </div> | 
					
						
							|  |  |  |             {% elif object.cable %} | 
					
						
							|  |  |  |               {% include 'dcim/inc/connection_endpoints.html' with trace_url='dcim:powerport_trace' %} | 
					
						
							|  |  |  |             {% else %} | 
					
						
							|  |  |  |               <div class="card-body text-muted"> | 
					
						
							|  |  |  |                 {% trans "Not Connected" %} | 
					
						
							|  |  |  |                 {% if perms.dcim.add_cable %} | 
					
						
							|  |  |  |                   <span class="dropdown float-end"> | 
					
						
							|  |  |  |                     <button type="button" class="btn btn-primary dropdown-toggle" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> | 
					
						
							|  |  |  |                       <span class="mdi mdi-ethernet-cable" aria-hidden="true"></span> {% trans "Connect" %} | 
					
						
							|  |  |  |                     </button> | 
					
						
							|  |  |  |                     <ul class="dropdown-menu dropdown-menu-end"> | 
					
						
							|  |  |  |                       <li> | 
					
						
							|  |  |  |                         <a href="{% url 'dcim:cable_add' %}?a_terminations_type=dcim.powerport&a_terminations={{ object.pk }}&b_terminations_type=dcim.poweroutlet&return_url={{ object.get_absolute_url }}" class="dropdown-item">{% trans "Power Outlet" %}</a> | 
					
						
							|  |  |  |                       </li> | 
					
						
							|  |  |  |                       <li> | 
					
						
							|  |  |  |                         <a href="{% url 'dcim:cable_add' %}?a_terminations_type=dcim.powerport&a_terminations={{ object.pk }}&b_terminations_type=dcim.powerfeed&return_url={{ object.get_absolute_url }}" class="dropdown-item">{% trans "Power Feed" %}</a> | 
					
						
							|  |  |  |                       </li> | 
					
						
							|  |  |  |                     </ul> | 
					
						
							|  |  |  |                   </span> | 
					
						
							|  |  |  |                 {% endif %} | 
					
						
							|  |  |  |               </div> | 
					
						
							|  |  |  |             {% endif %} | 
					
						
							| 
									
										
										
										
											2022-10-03 16:11:24 -04:00
										 |  |  |           </div> | 
					
						
							|  |  |  |           {% include 'dcim/inc/panels/inventory_items.html' %} | 
					
						
							|  |  |  |           {% plugin_right_page object %} | 
					
						
							| 
									
										
										
										
											2020-06-25 13:27:01 -04:00
										 |  |  |         </div> | 
					
						
							|  |  |  |     </div> | 
					
						
							|  |  |  |     <div class="row"> | 
					
						
							| 
									
										
										
										
											2021-04-30 15:55:37 -07:00
										 |  |  |         <div class="col col-md-12"> | 
					
						
							| 
									
										
										
										
											2020-11-19 11:29:18 -05:00
										 |  |  |             {% plugin_full_width_page object %} | 
					
						
							| 
									
										
										
										
											2020-06-25 11:00:25 -04:00
										 |  |  |         </div> | 
					
						
							|  |  |  |     </div> | 
					
						
							|  |  |  | {% endblock %} |