diff options
Diffstat (limited to 'src/templates/booking/booking_table.html')
-rw-r--r-- | src/templates/booking/booking_table.html | 2 |
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 %} |