{% extends "base.html" %} {% load staticfiles %} {% load bootstrap4 %} {% block extrahead %} {{block.super}} {% endblock %} {% block content %}
Owner | {{ booking.owner }} |
Collaborators | {{ collab_string}} |
Project | {{ booking.project }} |
Purpose | {{ booking.purpose }} |
Start Time | {{ booking.start }} |
End Time | {{ booking.end }} |
Lab Deployed At | {{ booking.lab }} |
IPMI Username | {{ status.config.ipmi_username }} |
IPMI Password | {{ status.config.ipmi_password }} |
Your resources are being prepared. If this is taking a really long time, please contact us here!
Name | Assigned Host | Status | |||
---|---|---|---|---|---|
{% if inst.logs|length > 0 %} {% with inst.logs|last as lastelem %} {% if 'Success' in lastelem.status %} {% elif 'Fail' in lastelem.status %} {% else %} {% endif %} {% endwith %} {% endif %} | {{inst.host_alias}} | {{inst.assigned_host}} |
{% if inst.logs|length > 0 %}
{% with inst.logs|last as lastelem %}
{{lastelem.status}}
{% endwith %}
{% endif %}
Additional Logs
|
Aggregate ID | {{booking.aggregateId}} |
---|