Skip to content

Commit

Permalink
chore: fix order
Browse files Browse the repository at this point in the history
  • Loading branch information
waterplea committed Dec 28, 2024
1 parent d169d60 commit ae01f96
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions web/projects/ui/src/app/utils/system-utilities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,38 +8,38 @@ export const SYSTEM_UTILITIES: Record<string, { icon: string; title: string }> =
icon: '@tui.layout-grid',
title: 'Services',
},
'/portal/system/notifications': {
icon: '@tui.bell',
title: 'Notifications',
},
'/portal/system/marketplace': {
icon: '@tui.shopping-cart',
title: 'Marketplace',
},
// '/portal/system/updates': {
// icon: '@tui.globe',
// title: 'Updates',
// },
'/portal/system/sideload': {
icon: '@tui.upload',
title: 'Sideload',
},
'/portal/system/logs': {
icon: '@tui.file-text',
title: 'Logs',
// '/portal/system/updates': {
// icon: '@tui.globe',
// title: 'Updates',
// },
'/portal/system/backups': {
icon: '@tui.save',
title: 'Backups',
},
'/portal/system/metrics': {
icon: '@tui.activity',
title: 'Metrics',
},
'/portal/system/backups': {
icon: '@tui.save',
title: 'Backups',
'/portal/system/logs': {
icon: '@tui.file-text',
title: 'Logs',
},
'/portal/system/settings': {
icon: '@tui.wrench',
title: 'Settings',
},
'/portal/system/notifications': {
icon: '@tui.bell',
title: 'Notifications',
},
}

export function getMenu() {
Expand Down

0 comments on commit ae01f96

Please sign in to comment.