{% extends 'generic/object_detail.html' %} {% load helpers %} {% load static %} {% block extra_breadcrumbs %}
| Site | {% if object.site.region %} {{ object.site.region|hyperlinked_object }} / {% endif %} {{ object.site|hyperlinked_object }} |
| Location | {% include 'dcim/inc/location_hierarchy.html' with location=object.location %} |
| Group | {% if object.group %} {% for group in object.group.get_ancestors %} {{ group|hyperlinked_object }} / {% endfor %} {% endif %} {{ object.group|hyperlinked_object }} |
| Facility ID | {{ object.facility_id|placeholder }} |
| Tenant | {% if object.tenant and object.tenant.group %} {{ object.tenant.group|hyperlinked_object }} / {% endif %} {{ object.tenant|hyperlinked_object }} |
| Status | {{ object.get_status_display }} |
| Role | {{ object.role|hyperlinked_object }} |
| Serial Number | {{ object.serial|placeholder }} |
| Asset Tag | {{ object.asset_tag|placeholder }} |
| Devices | {{ device_count }} |
| Space Utilization | {% utilization_graph object.get_utilization %} |
| Power Utilization | {% utilization_graph object.get_power_utilization %} |
| Type | {% if object.type %} {{ object.get_type_display }} {% else %} None {% endif %} |
| Width | {{ object.get_width_display }} |
| Height | {{ object.u_height }}U ({% if object.desc_units %}descending{% else %}ascending{% endif %}) |
| Outer Width | {% if object.outer_width %} {{ object.outer_width }} {{ object.get_outer_unit_display }} {% else %} — {% endif %} |
| Outer Depth | {% if object.outer_depth %} {{ object.outer_depth }} {{ object.get_outer_unit_display }} {% else %} — {% endif %} |
| Panel | Feed | Status | Type | Utilization | |
|---|---|---|---|---|---|
| {{ powerfeed.power_panel|hyperlinked_object }} | {{ powerfeed|hyperlinked_object }} | {{ powerfeed.get_status_display }} | {{ powerfeed.get_type_display }} | {% with power_port=powerfeed.connected_endpoint %} {% if power_port %}{% utilization_graph power_port.get_power_draw.utilization_data %} | {% else %}N/A | {% endif %} {% endwith %}
| Units | Tenant | Description | |
|---|---|---|---|
| {{ resv.unit_list }} | {{ resv.tenant|hyperlinked_object }} |
{{ resv.description }} {{ resv.user }} · {{ resv.created }} |
| Name | Role | Type | Parent Device | |||
|---|---|---|---|---|---|---|
| {{ device|hyperlinked_object }} | {{ device.device_role }} | {{ device.device_type.display }} | {% if device.parent_bay %}{{ device.parent_bay.device|hyperlinked_object }} | {{ device.parent_bay }} | {% else %}— | {% endif %}|