diff options
author | Justin Choquette <jchoquette@iol.unh.edu> | 2023-08-18 15:50:38 -0400 |
---|---|---|
committer | Justin Choquette <jchoquette@iol.unh.edu> | 2023-08-21 14:35:34 -0400 |
commit | 4ecf03b0a8517a8323dd888fc74e371aab41ba67 (patch) | |
tree | bd39333365e064baa0dfca71a5172b88a8b4a414 /src/templates/base/dashboard/landing.html | |
parent | ecadb07367d31c0929212618e120130f54af78da (diff) |
minor status changes
Change-Id: Ia29c2879ddea67bdb6b30c4e871d8cb97be38d41
Signed-off-by: Justin Choquette <jchoquette@iol.unh.edu>
Diffstat (limited to 'src/templates/base/dashboard/landing.html')
-rw-r--r-- | src/templates/base/dashboard/landing.html | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/templates/base/dashboard/landing.html b/src/templates/base/dashboard/landing.html index 960ad39..7f97e4f 100644 --- a/src/templates/base/dashboard/landing.html +++ b/src/templates/base/dashboard/landing.html @@ -49,13 +49,15 @@ {% endif %} {% else %} {% 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 p-4 btnAnuket" href="{% url 'workflow:book_a_pod' %}" > - Book a Pod - </a> + <p>Select 'Design a Pod' to create a custom resource group.</p> + <p>Select 'Book a Pod' to reserve a custom pod or a single resource.</p> <a class="btn btn-primary btn-lg d-flex flex-column justify-content-center align-content-center border p-4 btnAnuket" href="{% url 'workflow:design_a_pod' %}" > Design a Pod </a> + <a class="btn btn-primary btn-lg d-flex flex-column justify-content-center align-content-center border p-4 btnAnuket" href="{% url 'workflow:book_a_pod' %}" > + Book a Pod + </a> + {% endblock btnGrp %} {% endif %} </div> |