From: Sawyer Bergeron Date: Fri, 18 Jan 2019 16:56:21 +0000 (-0500) Subject: Fix BookingDetail Template X-Git-Tag: 2.0.99~156^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=2579c50abd28ac7ee6824b22972b534cc2d0e7e6;p=laas.git 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 --- 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}}