diff options
author | Parker Berberian <pberberian@iol.unh.edu> | 2019-01-18 21:21:28 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2019-01-18 21:21:28 +0000 |
commit | 1f6c83ce9758346b617195f777a425939065951e (patch) | |
tree | 7859012f8360111b337700bb822dff12525be154 /src/templates | |
parent | a0251cd32120598521fbf7a3459993865998ceee (diff) | |
parent | 2579c50abd28ac7ee6824b22972b534cc2d0e7e6 (diff) |
Merge "Fix BookingDetail Template"
Diffstat (limited to 'src/templates')
-rw-r--r-- | src/templates/booking/booking_detail.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/templates/booking/booking_detail.html b/src/templates/booking/booking_detail.html index 51dd328..44fca98 100644 --- a/src/templates/booking/booking_detail.html +++ b/src/templates/booking/booking_detail.html @@ -126,15 +126,15 @@ <table class="table"> <tr> <td>Size:</td> - <td>{{host.profile.diskprofile.first.size}}GiB</td> + <td>{{host.profile.storageprofile.first.size}} GiB</td> </tr> <tr> <td>Type:</td> - <td>{{host.profile.diskprofile.first.media_type}}</td> + <td>{{host.profile.storageprofile.first.media_type}}</td> </tr> <tr> <td>Mount Point:</td> - <td>{{host.profile.diskprofile.first.name}}</td> + <td>{{host.profile.storageprofile.first.name}}</td> </tr> </table> </td> |