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

test spawn

parent c571c6d3
No related branches found
No related tags found
1 merge request!2Update login, page, spawn_pending
{% extends "templates/spawn.html" %} {% extends "templates/spawn.html" %}
{% block main %}
{{ super.super() }}
{{ super() }}
{% endblock %}
{% block heading %} {% block heading %}
<p>Number of GPUs: {{ n_gpus }}</p> <p>Number of GPUs: {{ n_gpus }}</p>
<label for="gpus">GPUs</label> <label for="gpus">GPUs</label>
...@@ -15,4 +20,5 @@ ...@@ -15,4 +20,5 @@
<output>8</output> <output>8</output>
<br/> <br/>
<p>Testing spawner</p> <p>Testing spawner</p>
{% endblock %} {% 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