diff options
author | Parker Berberian <pberberian@iol.unh.edu> | 2019-05-03 18:16:41 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2019-05-03 18:16:41 +0000 |
commit | 8d8f6a41e73e77178274a0fa26a084bf73bfc864 (patch) | |
tree | b760e47a701f5cc3c8713f2fa3ea9082b10645af /dashboard/src/templates/booking/booking_table.html | |
parent | 270af480508026b072d875568f368080629b47fc (diff) | |
parent | 8864dae63b9512835862aabbe7f288fbe3c661e0 (diff) |
Merge "Implement OPNFV workflow"
Diffstat (limited to 'dashboard/src/templates/booking/booking_table.html')
-rw-r--r-- | dashboard/src/templates/booking/booking_table.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dashboard/src/templates/booking/booking_table.html b/dashboard/src/templates/booking/booking_table.html index e0c5f49..32a0146 100644 --- a/dashboard/src/templates/booking/booking_table.html +++ b/dashboard/src/templates/booking/booking_table.html @@ -30,7 +30,7 @@ {{ booking.end }} </td> <td> - {{ booking.resource.get_host.config.image.os.name }} + {{ booking.resource.get_head_node.config.image.os.name }} </td> </tr> {% endfor %} |