From 6b7d45f70491945837cc79ed4e49de15c670c46e Mon Sep 17 00:00:00 2001 From: youngsuKim-CSUSB <81013158+youngsuKim-CSUSB@users.noreply.github.com> Date: Sun, 26 Jun 2022 01:56:06 -0700 Subject: [PATCH] Test spawner group pvc --- spawn_pending.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/spawn_pending.html b/spawn_pending.html index 3c5588c..62e0468 100644 --- a/spawn_pending.html +++ b/spawn_pending.html @@ -1,7 +1,7 @@ {% extends "templates/spawn_pending.html" %} {% block message %} -{{ super() }} -<p>This step may take several minutes.</p> -<p>Most of the time, the issue or delay is related to the server (upgrading or temporary maintanance).</p> -<p>For errors lasting for an extended period of time, please contact one of the <a href="https://www.csusb.edu/high-performance-computing#team" target="_blank">CSUSB HPCI team members</a>.</p> +{% {{ super() }} %} +<p>Your server is starting up and it may take several minutes</p> +<p>Most issues are related to the server upgrade or temporary maintanance</p> +<p>If it does not start for an extended period of time, <br> please contact one of the <a href="https://www.csusb.edu/high-performance-computing#team" target="_blank">CSUSB HPCI team members</a></p> {% endblock %} \ No newline at end of file -- GitLab