From b144793cc6eec2bbe00dc90f02c94b3bf429ed8c Mon Sep 17 00:00:00 2001 From: youngsuKim-CSUSB <81013158+youngsuKim-CSUSB@users.noreply.github.com> Date: Mon, 20 Jun 2022 22:17:14 -0700 Subject: [PATCH] test htmls --- spawn.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/spawn.html b/spawn.html index c5b7189..0c9f7b0 100644 --- a/spawn.html +++ b/spawn.html @@ -8,6 +8,11 @@ <p>Number of GPUs: {{ extra_resources.n_gpus }}</p> <p>Username {{ username }} </p> <p>Username {{ user.name }} </p> +<ul> + {% for item in user %} + <li>{{ item }}</li> + {% endfor %} + </ul> <label for="gpus">GPUs</label> <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> -- GitLab