summaryrefslogtreecommitdiffstats
path: root/dashboard/src/templates/booking/booking_table.html
diff options
context:
space:
mode:
authorParker Berberian <pberberian@iol.unh.edu>2019-05-03 18:16:41 +0000
committerGerrit Code Review <gerrit@opnfv.org>2019-05-03 18:16:41 +0000
commit8d8f6a41e73e77178274a0fa26a084bf73bfc864 (patch)
treeb760e47a701f5cc3c8713f2fa3ea9082b10645af /dashboard/src/templates/booking/booking_table.html
parent270af480508026b072d875568f368080629b47fc (diff)
parent8864dae63b9512835862aabbe7f288fbe3c661e0 (diff)
Merge "Implement OPNFV workflow"
Diffstat (limited to 'dashboard/src/templates/booking/booking_table.html')
-rw-r--r--dashboard/src/templates/booking/booking_table.html2
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 %}