From 14ad65c2e83f680246c1bf06573e3fcb19cdaa06 Mon Sep 17 00:00:00 2001 From: Sawyer Bergeron Date: Tue, 8 Dec 2020 15:49:31 -0500 Subject: Update booking detail page and API after model refactor Signed-off-by: Sawyer Bergeron Change-Id: I2d1d5d7031c82a2088aa68b772c7bbdf225f3c9a Signed-off-by: Sawyer Bergeron --- src/templates/base/booking/booking_detail.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/templates/base/booking/booking_detail.html') diff --git a/src/templates/base/booking/booking_detail.html b/src/templates/base/booking/booking_detail.html index 24a654c..a014fea 100644 --- a/src/templates/base/booking/booking_detail.html +++ b/src/templates/base/booking/booking_detail.html @@ -37,10 +37,6 @@ Pod Definition {{ booking.resource.template }} - - Pod Configuration - {{ booking.config_bundle }} - Lab Deployed At {{ booking.lab }} @@ -55,13 +51,14 @@
+

{{host.bundle.template.copy_of.name}}

{% for host in booking.resource.get_resources %} -

{{host.bundle.template.copy_of.name}}

+

{{host.config.name}}

- + @@ -71,10 +68,13 @@ + + +
Hostname:{{host.name}}{{host.config.name}}
Machine:Role: {{host.template.opnfvRole}}
Is Headnode:{{host.config.is_head_node}}
Image: - {{host.config.Image}} + {{host.config.image}}