summaryrefslogtreecommitdiffstats
path: root/dashboard/src/templates/dashboard/landing.html
diff options
context:
space:
mode:
authorParker Berberian <pberberian@iol.unh.edu>2019-01-18 16:30:27 +0000
committerGerrit Code Review <gerrit@opnfv.org>2019-01-18 16:30:27 +0000
commitdb26f93d70ed60eb8208be074b02a394b7d43db2 (patch)
treeaecffb1ed30f06b00be2f54061743d04f5cad2ad /dashboard/src/templates/dashboard/landing.html
parent08564ab18c8ebf5e6613aac8a0b7f08d7e0b9fa3 (diff)
parente3842fee2abb084d020acf7b868af745b8a66c18 (diff)
Merge "Add Quick-Booking Workflow"
Diffstat (limited to 'dashboard/src/templates/dashboard/landing.html')
-rw-r--r--dashboard/src/templates/dashboard/landing.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/dashboard/src/templates/dashboard/landing.html b/dashboard/src/templates/dashboard/landing.html
index 40e0146..6bbb25b 100644
--- a/dashboard/src/templates/dashboard/landing.html
+++ b/dashboard/src/templates/dashboard/landing.html
@@ -39,6 +39,7 @@
</style>
{% if not request.user.is_anonymous %}
<div class='wf_create_div'>
+<a class="wf_create btn btn-primary" style="color: #FFF;" href="/booking/quick/">Create a Quick Booking</a>
<button class="wf_create btn btn-primary" onclick="cwf(0)">Create a Booking</button>
<button class="wf_create btn btn-primary" onclick="cwf(1)">Create a Pod</button>
<button class="wf_create btn btn-primary" onclick="cwf(2)">Configure a Pod</button>