Add Dashboard OS Selection Menu on Booking
authorSawyer Bergeron <sbergeron@iol.unh.edu>
Fri, 1 Dec 2017 17:11:12 +0000 (12:11 -0500)
committerSawyer Bergeron <sbergeron@iol.unh.edu>
Wed, 13 Dec 2017 15:07:58 +0000 (10:07 -0500)
commiteb75879a4632015b427d97ab945eaaa0bc26959a
tree70bf5143ab1c2fc00272f304923d161be37f6b8e
parent42763c659dd029cbe2c88e2292f638fd0735825e
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 <sbergeron@iol.unh.edu>
src/api/serializers.py
src/booking/admin.py
src/booking/forms.py
src/booking/migrations/0002_auto_20171213_1506.py [new file with mode: 0644]
src/booking/models.py
src/booking/views.py
src/templates/booking/booking_calendar.html
src/templates/booking/booking_detail.html
src/templates/booking/booking_table.html