{% extends "base.html" %} {% block title %}Inventory{% endblock %} {% block page_content %}

RDU ScaleLab Dashboard

{% for rack, hosts in all_hosts.items() %}

Rack {{ rack }}

{% for header in headers %} {% endfor %} {% for host in hosts %} {% for header in headers %} {% if header == "IPMIURL" %} {% elif header == "Workload" %} {% else %} {% endif %} {% endfor %} {% endfor %}
{{ header }}
console{{ host[header] }}{{ host[header] }}
{% endfor %}
{% endblock %} {% block scripts %} {{ super() }} {% endblock %}