From 2579c50abd28ac7ee6824b22972b534cc2d0e7e6 Mon Sep 17 00:00:00 2001 From: Sawyer Bergeron Date: Fri, 18 Jan 2019 11:56:21 -0500 Subject: Fix BookingDetail Template Booking detail view template did not properly reference diskprofile objects by their related name, so that area was blank in the rendered page Change-Id: Icedc12a6cd31a2422e26281e2b4f34750fb01bae Signed-off-by: Sawyer Bergeron --- src/templates/booking/booking_detail.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/templates') diff --git a/src/templates/booking/booking_detail.html b/src/templates/booking/booking_detail.html index cae0e25..d78aa85 100644 --- a/src/templates/booking/booking_detail.html +++ b/src/templates/booking/booking_detail.html @@ -111,15 +111,15 @@ - + - + - +
Size:{{host.profile.diskprofile.first.size}}GiB{{host.profile.storageprofile.first.size}} GiB
Type:{{host.profile.diskprofile.first.media_type}}{{host.profile.storageprofile.first.media_type}}
Mount Point:{{host.profile.diskprofile.first.name}}{{host.profile.storageprofile.first.name}}
-- cgit