From 6cd3b6a899f045a4c04a024bc45117defbc3ca22 Mon Sep 17 00:00:00 2001 From: youngsuKim-CSUSB <81013158+youngsuKim-CSUSB@users.noreply.github.com> Date: Tue, 21 Jun 2022 14:09:51 -0700 Subject: [PATCH] test htmls --- spawn.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spawn.html b/spawn.html index 8cd85d5..c027844 100644 --- a/spawn.html +++ b/spawn.html @@ -13,8 +13,8 @@ <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" oninput="this.nextElementSibling.value = this.value"/> -<label for="gpus">GPUs</label> <output>{{ extra_resources.n_gpus }}</output> +<label for="gpus">GPUs</label> <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"/> -- GitLab