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

test htmls

parent f5bc68d9
No related branches found
No related tags found
1 merge request!2Update login, page, spawn_pending
......@@ -12,9 +12,9 @@
<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" />
<output for="gpus" onforminput="value = gpus.valueAsNumber;"></output>
<label for="gpus">GPUs</label>
<input class="form-control input-lg" type="range" name="gpus" value="{{ extra_resources.n_gpus }}" min="0" max="4" />
<output for="{{ extra_resources.n_gpus }}" onforminput="value = {{ extra_resources.n_gpus }}.valueAsNumber;"></output>
<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"/>
......
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