Skip to content

Commit

Permalink
Fix the admin link
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMadBug committed Aug 7, 2023
1 parent cb29c83 commit 3582f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uicore/templates/uicore/menus/menu_bar_settings.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% load ui_menus %}

{% menu_item 'admin' href="/admin" admin_only=True external=True%}
{% menu_item 'admin' href="/admin/" admin_only=True external=True%}
{% menu_item 'eventlog' title="Event Log" admin_only=True %}
{% menu_item 'keycloak_admin' title="Keycloak" admin_only=True %}
{% menu_item 'server_status' admin_only=True %}
Expand Down

0 comments on commit 3582f3f

Please sign in to comment.