From 7fec796ae500313ddbbbedf32d4f7581985d41d4 Mon Sep 17 00:00:00 2001 From: Brandon Lo Date: Thu, 27 Jun 2019 15:43:55 -0400 Subject: Replace and change CSS Fix animation bugs Fix layout issues Replace custom CSS to bootstrap classes Remove unused files Change code to use es6 syntax Add dropdown styles Change-Id: Ie2ed31fa2e6763cf30d3b19e4bf9379019cbb0f5 Signed-off-by: Brandon Lo --- src/templates/account/booking_list.html | 181 +++++---- src/templates/account/configuration_list.html | 72 ++-- src/templates/account/image_list.html | 90 +++-- src/templates/account/resource_list.html | 72 ++-- src/templates/account/userprofile_update_form.html | 2 +- src/templates/base.html | 90 +---- src/templates/booking/booking_calendar.html | 2 - src/templates/booking/booking_detail.html | 446 ++++++++++----------- src/templates/booking/quick_deploy.html | 158 +++----- src/templates/booking/stats.html | 8 +- src/templates/booking/steps/booking_confirm.html | 25 -- src/templates/booking/steps/booking_meta.html | 85 ++-- src/templates/booking/steps/resource_select.html | 73 ---- src/templates/booking/steps/swconfig_select.html | 73 ---- .../config_bundle/steps/table_formset.html | 4 +- src/templates/dashboard/genericselect.html | 69 +--- src/templates/dashboard/grid.html | 10 - src/templates/dashboard/host_profile_detail.html | 1 - src/templates/dashboard/lab_detail.html | 212 +++++----- src/templates/dashboard/lab_list.html | 40 +- src/templates/dashboard/landing.html | 114 ++---- .../dashboard/multiple_select_filter_widget.html | 152 ++----- .../dashboard/searchable_select_multiple.html | 158 +------- src/templates/dashboard/table.html | 20 +- src/templates/layout.html | 5 +- src/templates/notifier/inbox.html | 64 +-- src/templates/notifier/notification.html | 45 +-- src/templates/resource/hostprofile_detail.html | 134 ++++--- src/templates/resource/steps/meta_info.html | 26 +- src/templates/resource/steps/pod_definition.html | 98 +---- src/templates/snapshot_workflow/steps/meta.html | 7 +- .../snapshot_workflow/steps/select_host.html | 123 ++---- src/templates/workflow/confirm.html | 140 +++---- src/templates/workflow/resource_select.html | 50 --- src/templates/workflow/viewport-base.html | 168 +------- src/templates/workflow/viewport-element.html | 15 +- 36 files changed, 970 insertions(+), 2062 deletions(-) delete mode 100644 src/templates/booking/steps/booking_confirm.html delete mode 100644 src/templates/booking/steps/resource_select.html delete mode 100644 src/templates/booking/steps/swconfig_select.html delete mode 100644 src/templates/dashboard/grid.html delete mode 100644 src/templates/workflow/resource_select.html (limited to 'src/templates') diff --git a/src/templates/account/booking_list.html b/src/templates/account/booking_list.html index 98ab5c8..55c6c0d 100644 --- a/src/templates/account/booking_list.html +++ b/src/templates/account/booking_list.html @@ -1,88 +1,94 @@ {% extends "base.html" %} {% block content %}

Bookings I Own

-
- {% for booking in bookings %} -
-
-

Booking {{booking.id}}

-
-
-
    -
  • id: {{booking.id}}
  • -
  • lab: {{booking.lab}}
  • -
  • resource: {{booking.resource.template.name}}
  • -
  • start: {{booking.start}}
  • -
  • end: {{booking.end}}
  • -
  • purpose: {{booking.purpose}}
  • -
-
-

Bookings I Collaborate On

-
+
{% for booking in collab_bookings %} -
-
-

Booking {{booking.id}}

-
-
-
    -
  • id: {{booking.id}}
  • -
  • lab: {{booking.lab}}
  • -
  • resource: {{booking.resource.template.name}}
  • -
  • start: {{booking.start}}
  • -
  • end: {{booking.end}}
  • -
  • purpose: {{booking.purpose}}
  • -
-
- -

Expired Bookings - -

-