From a9a5ec1856be2872b08a1391449d5ce6183cb6e8 Mon Sep 17 00:00:00 2001 From: youngsuKim-CSUSB <81013158+youngsuKim-CSUSB@users.noreply.github.com> Date: Tue, 21 Jun 2022 17:00:47 -0700 Subject: [PATCH] test htmls --- login.html | 1 + spawn.html | 10 ---------- spawn_pending.html | 8 +------- 3 files changed, 2 insertions(+), 17 deletions(-) diff --git a/login.html b/login.html index 6093577..3a2c18f 100644 --- a/login.html +++ b/login.html @@ -19,6 +19,7 @@ <div id="login-cilogon-info" class="service-login"> <h5> <p>Be sure to choose <ins>California State University San Bernardino</ins> on the next page instead of <del>ORCID</del> (or something else)</p> + <img src="{{ static_url("select_idp_csusb.png") }}" alt="CILogon-CSUSB-Select"> </h5> </div> {% endblock %} diff --git a/spawn.html b/spawn.html index e4806ce..8431868 100644 --- a/spawn.html +++ b/spawn.html @@ -6,19 +6,9 @@ {% block heading %} <div class="row col-sm-offset-2 col-sm-8"> -<p>Number of GPUs: {{ extra_resources.n_gpus }}</p> -<p>Number of CPUs: {{ extra_resources.n_cpus }}</p> -<p>User info: {{ user }} </p> -<p>User_options: {{ user_options }} </p> -<p> Options_from_form: {{ options_from_form }} </p> -<p> cpu_limit: {{ cpu_limit }} </p> -<p> {{ profile }} {{ profiles }} </p> -<p> URL {{url}} </p> -<div> <input class="form-control input-lg" type="range" name="gpus" value="{{ extra_resources.n_gpus }}" min="0" max="4" oninput="this.nextElementSibling.value = this.value"/> <output>{{ extra_resources.n_gpus }}</output> <label for="gpus">GPUs</label> -</div> <br/> <label for="cores">CPUS</label> <input class="form-control input-lg" type="range" name="cores" value="{{ extra_resources.n_cpus }}" min="0" max="96" oninput="this.nextElementSibling.value = this.value"/> diff --git a/spawn_pending.html b/spawn_pending.html index f5cc4ea..3c5588c 100644 --- a/spawn_pending.html +++ b/spawn_pending.html @@ -1,13 +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> -<p>Number of GPUs: {{ extra_resources.n_gpus }}</p> -<p> Options_from_form: {{ options_from_form }} </p> -<p>User_options: {{ user_options }} </p> -<p>env['CPU_LIMIT']: {{ env['CPU_LIMIT'] }} </p> -<p>Number of CPUs: {{ extra_resources.n_cpus }}</p> -{% endblock %} +{% endblock %} \ No newline at end of file -- GitLab