Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
csusb jupyterhub templates
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
csusb-prp
csusb jupyterhub templates
Commits
2f427c82
Commit
2f427c82
authored
2 years ago
by
youngsuKim-CSUSB
Browse files
Options
Downloads
Patches
Plain Diff
Add page footer
parent
83a69434
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
<style>.html
+3
-2
3 additions, 2 deletions
<style>.html
page.html
+1
-1
1 addition, 1 deletion
page.html
tmp/spawn.html
+0
-23
0 additions, 23 deletions
tmp/spawn.html
with
4 additions
and
26 deletions
<style>.html
+
3
−
2
View file @
2f427c82
...
...
@@ -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
This diff is collapsed.
Click to expand it.
page.html
+
1
−
1
View file @
2f427c82
...
...
@@ -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 %}
...
...
This diff is collapsed.
Click to expand it.
tmp/spawn.html
deleted
100644 → 0
+
0
−
23
View file @
83a69434
{% 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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment