Skip to content
Snippets Groups Projects
Commit 66a96e7f authored by youngsuKim-CSUSB's avatar youngsuKim-CSUSB
Browse files

test htmls

parent 9cfd6828
No related branches found
No related tags found
1 merge request!2Update login, page, spawn_pending
...@@ -2,13 +2,12 @@ ...@@ -2,13 +2,12 @@
{% block main %} {% block main %}
{{ super() }} {{ super() }}
<p>Number of GPUs: {{ extra_resources.n_gpus }}</p>
<p>Username {{ username }} </p>
<p>Username {{ user.name }} </p>
{% endblock %} {% endblock %}
{% block heading %} {% block heading %}
<p>Number of GPUs: {{ extra_resources.n_gpus }}</p> <p>Number of GPUs: {{ extra_resources.n_gpus }}</p>
<p>Username {{ username }} </p>
<p>Username {{ user.name }} </p>
<label for="gpus">GPUs</label> <label for="gpus">GPUs</label>
<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"/> <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> <output>{{ extra_resources.n_gpus }}</output>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment