{% extends 'generic/object.html' %} {% load buttons %} {% load static %} {% load helpers %} {% load plugins %} {% block breadcrumbs %} {{ block.super }}
| Power Panel | {{ object.power_panel }} | |
|---|---|---|
| Rack | {% if object.rack %} {{ object.rack }} {% else %} None {% endif %} | |
| Type | {{ object.get_type_display }} | |
| Status | {{ object.get_status_display }} | |
| Connected Device | {% if object.connected_endpoint %} {{ object.connected_endpoint.device }} ({{ object.connected_endpoint }}) {% else %} None {% endif %} | |
| Utilization (Allocated){% with utilization=object.connected_endpoint.get_power_draw %} {% if utilization %} | {{ utilization.allocated }}VA / {{ object.available_power }}VA {% if object.available_power > 0 %} {% utilization_graph utilization.allocated|percentage:object.available_power %} {% endif %}{% else %} | N/A{% endif %} {% endwith %} | 
| Supply | {{ object.get_supply_display }} | 
|---|---|
| Voltage | {{ object.voltage }}V | 
| Amperage | {{ object.amperage }}A | 
| Phase | {{ object.get_phase_display }} | 
| Max Utilization | {{ object.max_utilization }}% | 
| Cable | {{ object.cable }} | 
|---|---|
| Device | {{ object.connected_endpoint.device }} | 
| Name | {{ object.connected_endpoint.name }} | 
| Type | {{ object.connected_endpoint.get_type_display|placeholder }} | 
| Description | {{ object.connected_endpoint.description|placeholder }} | 
| Path Status | {% if object.path.is_active %} Reachable {% else %} Not Reachable {% endif %} |