From 3e07f1c67f6e5ff82ff11c63f9aac618a33a2749 Mon Sep 17 00:00:00 2001 From: Parker Berberian Date: Mon, 18 Mar 2019 13:20:12 -0400 Subject: Fixes Booking List Adds project collumn, removed Installer and Scenario, and correctly populates the operating system collumn. Change-Id: I8af778c66fa248832ad98188d0c93bbc84027c55 Signed-off-by: Parker Berberian --- dashboard/src/templates/booking/booking_table.html | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'dashboard/src/templates') diff --git a/dashboard/src/templates/booking/booking_table.html b/dashboard/src/templates/booking/booking_table.html index 5e82645..e0c5f49 100644 --- a/dashboard/src/templates/booking/booking_table.html +++ b/dashboard/src/templates/booking/booking_table.html @@ -5,11 +5,10 @@ Owner Purpose + Project Start End Operating System - Installer - Scenario @@ -22,19 +21,16 @@ {{ booking.purpose }} - {{ booking.start }} - - - {{ booking.end }} + {{ booking.project }} - {{ booking.opsys }} + {{ booking.start }} - {{ booking.installer }} + {{ booking.end }} - {{ booking.scenario }} + {{ booking.resource.get_host.config.image.os.name }} {% endfor %} -- cgit 1.2.3-korg