Skip to content

Commit

Permalink
console.navbar: add cloud_mirrors to the menu.
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Moody committed Jan 9, 2024
1 parent e17ab95 commit e6e30d2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions physionet-django/console/navbar.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,10 @@ def get_menu_items(self, request):

NavLink(_('Storage'), 'storage_requests', 'cube'),

NavSubmenu(_('Cloud'), 'cloud', 'cloud', [
NavLink(_('Mirrors'), 'cloud_mirrors'),
]),

NavSubmenu(_('Identity check'), 'identity', 'hand-paper', [
NavLink(_('Processing'), 'credential_processing'),
NavLink(_('All Applications'), 'credential_applications',
Expand Down

0 comments on commit e6e30d2

Please sign in to comment.