Skip to content
Snippets Groups Projects
Commit 5d3c57ab authored by Youngsu Kim's avatar Youngsu Kim
Browse files

test spawn

parent c0438cdc
No related branches found
No related tags found
1 merge request!2Update login, page, spawn_pending
{% extends "templates/spawn.html" %} {% extends "templates/spawn.html" %}
{% set gpus = 0 %} {% set gpus = 1 %}
{% block heading %} {% block heading %}
<label for="gpus">GPUs</label> <label for="gpus">GPUs</label>
<input class="form-control input-lg" type="range" name="gpus" value="{{ gpus }}" min="0" max="4" oninput="this.nextElementSibling.value = this.value"/> <input class="form-control input-lg" type="range" name="gpus" value="{{ gpus }}" min="0" max="4" oninput="this.nextElementSibling.value = this.value"/>
<output>0</output> <output>{{ gpus }}</output>
<br/> <br/>
<label for="cores">CPUS</label> <label for="cores">CPUS</label>
<input class="form-control input-lg" type="range" name="cores" value="1" min="0" max="96" oninput="this.nextElementSibling.value = this.value"/> <input class="form-control input-lg" type="range" name="cores" value="1" 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