From: Parker Berberian
Date: Wed, 2 Jan 2019 22:54:24 +0000 (-0500)
Subject: Changed Button style class to btn-primary
X-Git-Tag: 2.0.99~169^2
X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=180891af7356c37e85995e0d8a4e17feac0afd78;p=laas.git
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
---
diff --git a/src/templates/account/booking_list.html b/src/templates/account/booking_list.html
index 21f6ff7..c7c5e00 100644
--- a/src/templates/account/booking_list.html
+++ b/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/src/templates/account/configuration_list.html b/src/templates/account/configuration_list.html
index b04535b..9dcec07 100644
--- a/src/templates/account/configuration_list.html
+++ b/src/templates/account/configuration_list.html
@@ -24,7 +24,7 @@ function edit_configuration(pk){
-Create a Booking
-Create a Pod
-Configure a Pod
-Create a Snapshot
+Create a Booking
+Create a Pod
+Configure a Pod
+Create a Snapshot
{% if manager == True %}
-Finish Unfinished Business
+Finish Unfinished Business
{% endif %}