From a6250e99eaa3a3525ea58904d77bbfcd555f208c Mon Sep 17 00:00:00 2001 From: Sawyer Bergeron Date: Fri, 1 Dec 2017 12:11:12 -0500 Subject: Add Dashboard OS Selection Menu on Booking JIRA: PHAROS-326 Implement dropdown menu on pod booking page for user to select base OS, as well as associated support in API and pod status/booking status views This patch includes the migration file mentioned by Parker Berbarian Change-Id: I46a7b0e5e7020a89bc8fa0fe53c10bbda14a2e2d Signed-off-by: Sawyer Bergeron --- dashboard/src/templates/booking/booking_table.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'dashboard/src/templates/booking/booking_table.html') diff --git a/dashboard/src/templates/booking/booking_table.html b/dashboard/src/templates/booking/booking_table.html index 655b013..af2248c 100644 --- a/dashboard/src/templates/booking/booking_table.html +++ b/dashboard/src/templates/booking/booking_table.html @@ -7,6 +7,7 @@ Purpose Start End + Operating System Installer Scenario @@ -26,6 +27,9 @@ {{ booking.end }} + + {{ booking.opsys }} + {{ booking.installer }} @@ -34,4 +38,4 @@ {% endfor %} - \ No newline at end of file + -- cgit 1.2.3-korg