Remove Configure Pod 78/70378/2
authorSean Smith <ssmith@iol.unh.edu>
Wed, 24 Jun 2020 18:50:38 +0000 (14:50 -0400)
committerSean Smith <ssmith@iol.unh.edu>
Wed, 24 Jun 2020 19:06:07 +0000 (15:06 -0400)
Change-Id: I8ae1167990343132080246fd3cc267d4b794cc62
Signed-off-by: Sean Smith <ssmith@iol.unh.edu>
src/templates/base/dashboard/landing.html

index dd09dc4..ed50638 100644 (file)
@@ -35,7 +35,7 @@
         {% block btnGrp %}
         <p>To get started, book a server below:</p>
         <a class="btn btn-primary btn-lg d-flex flex-column justify-content-center align-content-center border text-white p-4" href="/booking/quick/">
-            Book a Server
+            Book a Resource
         </a>
         <p class="mt-4">PTLs can use our advanced options to book multi-node pods. If you are a PTL, you may use the options
             below:
@@ -43,7 +43,6 @@
         <div class="btn-group-vertical w-100">
             <button class="btn btn-primary" onclick="create_workflow(0)">Book a Pod</button>
             <button class="btn btn-primary" onclick="create_workflow(1)">Design a Pod</button>
-            <button class="btn btn-primary" onclick="create_workflow(2)">Configure a Pod</button>
         </div>
         {% endblock btnGrp %}
         {% endif %}