Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

Commit

Permalink
Expose an option for users to directly go to their running servers
Browse files Browse the repository at this point in the history
  • Loading branch information
MridulS committed Aug 6, 2021
1 parent cabf74a commit eda3e2f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions gesishub/gesishub/files/etc/jupyterhub/templates/gesis/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,16 @@
</span>
</a>
</li>
{% if user.spawner.active %}
<li>
<a href="{{ gesishub_url }}/user/{{ user.name }}">
<span class="top-menu-item hidden-xs">
<span aria-hidden="true" class="glyphicon glyphicon glyphicon-hdd"></span>
My Server
</span>
</a>
</li>
{% endif %}
<li>
<a href="{{ logout_url }}">
<span class="top-menu-item hidden-xs">
Expand Down

0 comments on commit eda3e2f

Please sign in to comment.