aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates/booking/booking_table.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/templates/booking/booking_table.html')
-rw-r--r--src/templates/booking/booking_table.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templates/booking/booking_table.html b/src/templates/booking/booking_table.html
index e0c5f49..32a0146 100644
--- a/src/templates/booking/booking_table.html
+++ b/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 %}