From a09db9f287a02873c0226759f8ea444bb304cd59 Mon Sep 17 00:00:00 2001 From: Justin Choquette Date: Thu, 8 Jun 2023 12:46:53 -0400 Subject: LaaS 3.0 Almost MVP Change-Id: Ided9a43cf3088bb58a233dc459711c03f43e11b8 Signed-off-by: Justin Choquette --- src/templates/base/dashboard/landing.html | 35 +++++-------------------------- 1 file changed, 5 insertions(+), 30 deletions(-) (limited to 'src/templates/base/dashboard/landing.html') diff --git a/src/templates/base/dashboard/landing.html b/src/templates/base/dashboard/landing.html index 8d6a8f7..fea4deb 100644 --- a/src/templates/base/dashboard/landing.html +++ b/src/templates/base/dashboard/landing.html @@ -56,40 +56,15 @@ {% else %} {% block btnGrp %}

To get started, book a server below:

- - Book a Resource + + Book a Pod + + + Design a Pod -

PTLs can use our advanced options to book multi-node pods. If you are a PTL, you may use the options - below: -

-
- - -
{% endblock btnGrp %} {% endif %} - - - {% if not request.user.is_anonymous %} - {% block returningUsers %} -
-

Returning Users

-

If you're a returning user, some of the following options may be of interest:

-
- - - My Bookings - - {% if manager == True %} - - {% endif %} -
-
- {% endblock returningUsers %} - {% endif %}
-- cgit 1.2.3-korg