diff --git a/share/jupyter/hub/templates/admin.html b/share/jupyter/hub/templates/admin.html index 592bc536..38855b29 100644 --- a/share/jupyter/hub/templates/admin.html +++ b/share/jupyter/hub/templates/admin.html @@ -32,9 +32,9 @@ - Add Users - Stop All - Shutdown Hub + Add Users + Stop All + Shutdown Hub {% for u in users %} @@ -44,20 +44,20 @@ {% if u.admin %}admin{% endif %} {{u.last_activity.isoformat() + 'Z'}} - stop server - start server + stop server + start server {% if admin_access %} - access server + access server {% endif %} - edit + edit {% if u.name != user.name %} - delete + delete {% endif %} {% endblock user_row %} diff --git a/share/jupyter/hub/templates/home.html b/share/jupyter/hub/templates/home.html index 2490717a..97ca24a0 100644 --- a/share/jupyter/hub/templates/home.html +++ b/share/jupyter/hub/templates/home.html @@ -6,9 +6,9 @@
{% if user.running %} - Stop My Server + Stop My Server {% endif %} - + {% if not user.running %} Start {% endif %} @@ -24,4 +24,4 @@ -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/share/jupyter/hub/templates/login.html b/share/jupyter/hub/templates/login.html index 7aae34c9..94fc01d3 100644 --- a/share/jupyter/hub/templates/login.html +++ b/share/jupyter/hub/templates/login.html @@ -11,7 +11,7 @@ {{ custom_html }} {% elif login_service %} diff --git a/share/jupyter/hub/templates/page.html b/share/jupyter/hub/templates/page.html index 6ff05373..1f9f314d 100644 --- a/share/jupyter/hub/templates/page.html +++ b/share/jupyter/hub/templates/page.html @@ -109,9 +109,9 @@ {% block login_widget %} {% if user %} - Logout + Logout {% else %} - Login + Login {% endif %} {% endblock %} diff --git a/share/jupyter/hub/templates/spawn_pending.html b/share/jupyter/hub/templates/spawn_pending.html index 0baf75ef..84b46d73 100644 --- a/share/jupyter/hub/templates/spawn_pending.html +++ b/share/jupyter/hub/templates/spawn_pending.html @@ -8,7 +8,7 @@

Your server is starting up.

You will be redirected automatically when it's ready for you.

- refresh + refresh
diff --git a/share/jupyter/hub/templates/token.html b/share/jupyter/hub/templates/token.html index fc1cbc0f..d2e67e72 100644 --- a/share/jupyter/hub/templates/token.html +++ b/share/jupyter/hub/templates/token.html @@ -5,7 +5,7 @@