diff --git a/<style>.html b/<style>.html index e4f5122a5a4bdd3669bf48816498f9c54fc84f42..2368e06ea207edf05e2d6f27787b1a1e3c9bf2a9 100644 --- a/<style>.html +++ b/<style>.html @@ -3,10 +3,11 @@ margin-top: auto; margin-left: auto; text-align: center; + width: 100%; } </style> <div class="footer-bottom"> - <hr style="width:50%""> - <p>This JupyterHub is provided by the </p> + <hr style="width:50%"> + This JupyterHub is provided by the ITS and ATI at California State Univeristy San Bernardino </div> \ No newline at end of file diff --git a/page.html b/page.html index ad933bfab82f718ab4c4251579bde7da9b639313..9a9bd60c83fa270734b4df6e834fe2c532aebfde 100644 --- a/page.html +++ b/page.html @@ -14,7 +14,7 @@ {% block footer %} <div class="footer-bottom"> - <hr style="width:50%""> + <hr style="width:50%"> This JupyterHub is provided by the ITS and ATI at California State Univeristy San Bernardino </div> {% endblock %} diff --git a/tmp/spawn.html b/tmp/spawn.html deleted file mode 100644 index 84318684142c963bafc6199e97b55c19e8f0bad3..0000000000000000000000000000000000000000 --- a/tmp/spawn.html +++ /dev/null @@ -1,23 +0,0 @@ -{% extends "templates/spawn.html" %} - -{% block main %} -{{ super() }} -{% endblock %} - -{% block heading %} -<div class="row col-sm-offset-2 col-sm-8"> -<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> -<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"/> -<output>{{ extra_resources.n_cpus }}</output> -<br/> -<label for="ram">RAM, GB</label> -<input class="form-control input-lg" type="range" name="ram" value="8" min="1" max="512" oninput="this.nextElementSibling.value = this.value"/> -<output>8</output> -<br/> -<p>Testing spawner</p> -</div> -{% endblock %} \ No newline at end of file