summaryrefslogtreecommitdiffstats
path: root/dashboard/src/templates/booking/booking_table.html
diff options
context:
space:
mode:
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 %}