From 219d6376a369bf62c78b7b092b605f96997a3599 Mon Sep 17 00:00:00 2001 From: Sean Smith Date: Tue, 28 Jul 2020 13:53:51 -0400 Subject: Fix Pod detail menu and re-imaging Signed-off-by: Sean Smith Change-Id: I483c9e9c6dc8d492cc9340ab42b6b2d518f52950 --- src/templates/base/booking/booking_detail.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/templates/base') diff --git a/src/templates/base/booking/booking_detail.html b/src/templates/base/booking/booking_detail.html index fea2bb6..4b70f69 100644 --- a/src/templates/base/booking/booking_detail.html +++ b/src/templates/base/booking/booking_detail.html @@ -55,13 +55,13 @@
- {% for host in booking.resource.hosts.all %} -

{{host.template.resource.name}}

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

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

- + @@ -69,12 +69,12 @@ - +
Hostname:{{host.template.resource.name}}{{host.name}}
Machine:
Role:{{host.config.opnfvRole}}{{host.template.opnfvRole}}
Image: - {{host.config.image}} + {{host.config.Image}}