From f09ad569cc75dcdedbdfc0fc25b4d11f4c1b071d 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 --- dashboard/src/templates/booking/booking_detail.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dashboard/src/templates/booking/booking_detail.html b/dashboard/src/templates/booking/booking_detail.html index cae0e25..d78aa85 100644 --- a/dashboard/src/templates/booking/booking_detail.html +++ b/dashboard/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 1.2.3-korg