Skip to content
This repository was archived by the owner on Feb 15, 2024. It is now read-only.

Commit

Permalink
Add links to control panel navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
aktech committed Oct 12, 2022
1 parent b0c62f7 commit b181bc8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion qhub_jupyterhub_theme/templates/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,13 @@
</li>
{% endif %}

<li><a href="/auth">Auth</a></li>
<li><a href="/argo">Argo</a></li>
{% if cdsdashboards_enabled %}
<li><a href="{{ base_url }}dashboards">Dashboards</a></li>
<li><a href="{{ base_url }}dashboards">Dashboards</a></li>
{% endif %}
<li><a href="/conda-store">Conda-Store</a></li>
<li><a href="/monitoring">Monitoring</a></li>
{% endblock %}

{% block footer %}
Expand Down

0 comments on commit b181bc8

Please sign in to comment.