Add Dashboard OS Selection Menu on Booking 25/48225/5
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)
commita6250e99eaa3a3525ea58904d77bbfcd555f208c
tree844a832cf65ed323f89e9bca924331483bf893f5
parentcde5479d94eb3ca175df8b8e3d1f7dec8b7bbda4
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>
dashboard/src/api/serializers.py
dashboard/src/booking/admin.py
dashboard/src/booking/forms.py
dashboard/src/booking/migrations/0002_auto_20171213_1506.py [new file with mode: 0644]
dashboard/src/booking/models.py
dashboard/src/booking/views.py
dashboard/src/templates/booking/booking_calendar.html
dashboard/src/templates/booking/booking_detail.html
dashboard/src/templates/booking/booking_table.html