From ecadb07367d31c0929212618e120130f54af78da Mon Sep 17 00:00:00 2001 From: Justin Choquette Date: Tue, 8 Aug 2023 11:33:57 -0400 Subject: MVP Change-Id: Ib590302f49e7e66f8d04841fb6cb97baf623f51a Signed-off-by: Justin Choquette --- src/templates/base/booking/booking_detail.html | 64 +++++++++++++++++++++----- src/templates/base/booking/booking_table.html | 4 -- 2 files changed, 52 insertions(+), 16 deletions(-) (limited to 'src/templates/base/booking') diff --git a/src/templates/base/booking/booking_detail.html b/src/templates/base/booking/booking_detail.html index e4687ad..33b0486 100644 --- a/src/templates/base/booking/booking_detail.html +++ b/src/templates/base/booking/booking_detail.html @@ -61,8 +61,7 @@ code {

Deployment Progress

-

These are the different tasks that have to be completed before your deployment is ready. - If this is taking a really long time, let us know here!

+

Your resources are being prepared. If this is taking a really long time, please contact us here!

@@ -75,23 +74,18 @@ code { {% for host in statuses %} - - {% if host.status is 'Success' %} + {% if 'Success' in host.status %}
- {% elif host.status is 'InProgress' %} -
+ {% elif 'Fail' in host.status %} +
{% else %} -
+
{% endif %} {{ host.hostname }} - + {{ host.status }} @@ -102,4 +96,50 @@ code {
+
+
+
+
+ Diagnostic Information +
+
+ + + + + + +
Aggregate ID{{booking.aggregateId}}
+
+
+
+
+ + + {% endblock content %} diff --git a/src/templates/base/booking/booking_table.html b/src/templates/base/booking/booking_table.html index b4a713a..c7743ca 100644 --- a/src/templates/base/booking/booking_table.html +++ b/src/templates/base/booking/booking_table.html @@ -8,7 +8,6 @@ Project Start End - Operating System @@ -29,9 +28,6 @@ {{ booking.end }} - - {{ booking.resource.get_head_node.config.image.os.name }} - {% endfor %} -- cgit 1.2.3-korg