Skip to content

Commit

Permalink
Add System Health to footer
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyunar committed Jan 28, 2025
1 parent bc57438 commit 827f608
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/templates/core/includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ <h6 class="footer-title">{% trans "Org" %}</h6>
</nav>
<nav>
<h6 class="footer-title">{% trans "Tools" %}</h6>
<a href="{% url 'registry' %}" class="link link-hover">{% trans "Full Registry" %}</a>
<a href="{% url 'home' %}" class="link link-hover">{% trans "Search" %}</a>
<a href="{% url 'registry' %}" class="link link-hover">{% trans "Full Registry" %}</a>
<a href="{% url 'health-dashboard' %}" class="link link-hover">{% trans "System Health" %}</a>
<a href="{% url 'api-home' %}" class="link link-hover">{% trans "API" %}</a>
{# <a class="link link-hover">Status</a> #}
</nav>
Expand Down

0 comments on commit 827f608

Please sign in to comment.