summaryrefslogtreecommitdiffstats
path: root/dashboard/src/templates/booking/booking_calendar.html
diff options
context:
space:
mode:
authorParker Berberian <pberberian@iol.unh.edu>2019-01-03 20:09:42 +0000
committerGerrit Code Review <gerrit@opnfv.org>2019-01-03 20:09:42 +0000
commit676da0a8485b5c380b39857da55eaef9823d9347 (patch)
treecd522ef9e57566cacd4513fb82287c1b47a8fb18 /dashboard/src/templates/booking/booking_calendar.html
parent2a8d6b64b5a9fd8605d7a14feb07bd426db58b9e (diff)
parentc0831a839d23240f844dff6dd05b09521c30bfe9 (diff)
Merge "Changed Button style class to btn-primary"
Diffstat (limited to 'dashboard/src/templates/booking/booking_calendar.html')
-rw-r--r--dashboard/src/templates/booking/booking_calendar.html2
1 files changed, 1 insertions, 1 deletions
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 @@
<div class="modal-body" id="booking_detail_content">
</div>
<div class="modal-footer">
- <button type="button" class="btn btn-default" data-dismiss="modal">Close
+ <button type="button" class="btn btn-primary" data-dismiss="modal">Close
</button>
</div>
</div>