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

test spawn

parent f1e2b2c5
No related branches found
No related tags found
1 merge request!2Update login, page, spawn_pending
......@@ -15,14 +15,14 @@
</form>
<label for="gpus">GPUs</label>
<input class="form-control input-lg" type="number" name="gpus" value="0" min="0" max="8"/>
<input class="form-control input-lg" type="range" name="gpus" value="0" min="0" max="4"/>
<br/>
<label for="cores">Cores</label>
<input class="form-control input-lg" type="number" name="cores" value="1" min="0" max="96"/>
<input class="form-control input-lg" type="range" name="cores" value="1" min="0" max="96"/>
<br/>
<label for="ram">RAM, GB</label>
<input class="form-control input-lg" type="number" name="ram" value="8" min="1" max="512"/>
<input class="form-control input-lg" type="range" name="ram" value="8" min="1" max="512"/>
<br/>
<p>Testing spawner</p>
{% endblock %}
\ No newline at end of file
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