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 | 6cf23538ed88c3ff163f7959bb53d0138c445669 (patch) | |
tree | e4b0be5cfa15084968daf25ebdadff77babe1f9a /dashboard/src/templates/booking/booking_detail.html | |
parent | c1f6b460cce7d7a261e935ecc48fa6fa2de79f22 (diff) | |
parent | f09ad569cc75dcdedbdfc0fc25b4d11f4c1b071d (diff) |
Merge "Fix BookingDetail Template"
Diffstat (limited to 'dashboard/src/templates/booking/booking_detail.html')
-rw-r--r-- | dashboard/src/templates/booking/booking_detail.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dashboard/src/templates/booking/booking_detail.html b/dashboard/src/templates/booking/booking_detail.html index 51dd328..44fca98 100644 --- a/dashboard/src/templates/booking/booking_detail.html +++ b/dashboard/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> |