From c0831a839d23240f844dff6dd05b09521c30bfe9 Mon Sep 17 00:00:00 2001 From: Parker Berberian Date: Wed, 2 Jan 2019 17:54:24 -0500 Subject: Changed Button style class to btn-primary btn-primary has a handful of advantages over btn-default, including consistency across browsers and correctly styling non-button html tags p.s. vim is best Change-Id: I6e55a75a9fd48d64496fd83f43a7856af0c04cc0 Signed-off-by: Parker Berberian --- dashboard/src/templates/account/booking_list.html | 8 ++++---- dashboard/src/templates/account/configuration_list.html | 2 +- dashboard/src/templates/account/details.html | 8 ++++---- dashboard/src/templates/account/resource_list.html | 2 +- dashboard/src/templates/account/userprofile_update_form.html | 2 +- dashboard/src/templates/booking/booking_calendar.html | 2 +- dashboard/src/templates/dashboard/landing.html | 10 +++++----- dashboard/src/templates/dashboard/resource_detail.html | 6 ++---- dashboard/src/templates/workflow/viewport-base.html | 4 ++-- 9 files changed, 21 insertions(+), 23 deletions(-) diff --git a/dashboard/src/templates/account/booking_list.html b/dashboard/src/templates/account/booking_list.html index 21f6ff7..c7c5e00 100644 --- a/dashboard/src/templates/account/booking_list.html +++ b/dashboard/src/templates/account/booking_list.html @@ -27,8 +27,8 @@ function edit_booking(pk){
  • purpose: {{booking.purpose}}
  • - - + +
    {% endfor %} @@ -44,8 +44,8 @@ function edit_booking(pk){
  • purpose: {{booking.purpose}}
  • - - + +
    {% endfor %} diff --git a/dashboard/src/templates/account/configuration_list.html b/dashboard/src/templates/account/configuration_list.html index b04535b..9dcec07 100644 --- a/dashboard/src/templates/account/configuration_list.html +++ b/dashboard/src/templates/account/configuration_list.html @@ -24,7 +24,7 @@ function edit_configuration(pk){
  • resource: {{config.bundle}}
  • - +
    {% endfor %} diff --git a/dashboard/src/templates/account/details.html b/dashboard/src/templates/account/details.html index 740dce6..acf3eb1 100644 --- a/dashboard/src/templates/account/details.html +++ b/dashboard/src/templates/account/details.html @@ -2,8 +2,8 @@ {% load staticfiles %} {% block content %}

    Account Details

    - - - - +My Resources +My Bookings +My Configurations +My Snapshots {% endblock content %} diff --git a/dashboard/src/templates/account/resource_list.html b/dashboard/src/templates/account/resource_list.html index 2ef293b..7e4194b 100644 --- a/dashboard/src/templates/account/resource_list.html +++ b/dashboard/src/templates/account/resource_list.html @@ -23,7 +23,7 @@ function edit_resource(pk){
  • description: {{resource.description}}
  • - +
    {% endfor %} diff --git a/dashboard/src/templates/account/userprofile_update_form.html b/dashboard/src/templates/account/userprofile_update_form.html index f4bb7b5..f1d2852 100644 --- a/dashboard/src/templates/account/userprofile_update_form.html +++ b/dashboard/src/templates/account/userprofile_update_form.html @@ -17,7 +17,7 @@ {% csrf_token %} {% bootstrap_form form %}

    API Token - + Generate

    diff --git a/dashboard/src/templates/booking/booking_calendar.html b/dashboard/src/templates/booking/booking_calendar.html index 349cb0a..1b29dc2 100644 --- a/dashboard/src/templates/booking/booking_calendar.html +++ b/dashboard/src/templates/booking/booking_calendar.html @@ -129,7 +129,7 @@ diff --git a/dashboard/src/templates/dashboard/landing.html b/dashboard/src/templates/dashboard/landing.html index b1eec86..84b060f 100644 --- a/dashboard/src/templates/dashboard/landing.html +++ b/dashboard/src/templates/dashboard/landing.html @@ -29,12 +29,12 @@ }
    - - - - + + + + {% if manager == True %} - + {% endif %}
    diff --git a/dashboard/src/templates/dashboard/resource_detail.html b/dashboard/src/templates/dashboard/resource_detail.html index 79389f0..0a443d9 100644 --- a/dashboard/src/templates/dashboard/resource_detail.html +++ b/dashboard/src/templates/dashboard/resource_detail.html @@ -101,12 +101,10 @@ {{ resource.owner.email }}

    - + Booking - + OPNFV Wiki

    diff --git a/dashboard/src/templates/workflow/viewport-base.html b/dashboard/src/templates/workflow/viewport-base.html index 82c1324..9ddb4b8 100644 --- a/dashboard/src/templates/workflow/viewport-base.html +++ b/dashboard/src/templates/workflow/viewport-base.html @@ -93,10 +93,10 @@ - +
    - +