From eae6892642b35ed0459e8cc86328c63cf5e87641 Mon Sep 17 00:00:00 2001 From: Parker Berberian Date: Tue, 15 Jan 2019 12:49:20 -0500 Subject: Allow for Hosts to be Re-Imaged This change adds a button the user can press on thier booking detail page to reset thier host. They can choose to deploy any available image to thier servers (not just the one already used) Change-Id: I97a9869d2b38389c54f13173bb28a68cc52bb8d5 Signed-off-by: Parker Berberian --- src/templates/booking/booking_detail.html | 146 +++++++++++++++++++++++------- 1 file changed, 113 insertions(+), 33 deletions(-) (limited to 'src/templates') diff --git a/src/templates/booking/booking_detail.html b/src/templates/booking/booking_detail.html index cae0e25..51dd328 100644 --- a/src/templates/booking/booking_detail.html +++ b/src/templates/booking/booking_detail.html @@ -1,20 +1,29 @@ {% extends "base.html" %} {% load staticfiles %} +{% load bootstrap3 %} {% block extrahead %} {{block.super}} - {% endblock %} {% block content %} + + +
-
+

Overview

- Expand + Expand
@@ -50,9 +59,7 @@
- -
- +

Pod

@@ -79,7 +86,15 @@
- + @@ -152,10 +167,7 @@
Image:{{host.config.image}} + {{host.config.image}} +
RAM:
- - - {% endfor %} @@ -163,31 +175,15 @@
-
- -
-
-

PDF

- Expand -
- -
-
-{{pdf}}
-                            
-
-
-
-
+

Deployment Progress

These are the different tasks that have to be completed before your deployment is ready

Expand
-