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

test htmls

parent 6cd3b6a8
No related branches found
No related tags found
1 merge request!2Update login, page, spawn_pending
......@@ -12,8 +12,8 @@
<p> cpu_limit: {{ cpu_limit }} </p>
<p> {{ profile }} {{ profiles }} </p>
<p> URL {{url}} </p>
<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>
<input class="form-control input-lg" type="range" name="gpus" value="{{ extra_resources.n_gpus }}" min="0" max="4" />
<output for="gpus" onforminput="value = gpus.valueAsNumber;"></output>
<label for="gpus">GPUs</label>
<br/>
<label for="cores">CPUS</label>
......
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