mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-04 14:29:45 +00:00
refactor: completely remove ionic
This commit is contained in:
31
web/projects/ui/src/app/utils/system-utilities.ts
Normal file
31
web/projects/ui/src/app/utils/system-utilities.ts
Normal file
@@ -0,0 +1,31 @@
|
||||
export const SYSTEM_UTILITIES: Record<string, { icon: string; title: string }> =
|
||||
{
|
||||
'/portal/system/backups': {
|
||||
icon: 'tuiIconSave',
|
||||
title: 'Backups',
|
||||
},
|
||||
'/portal/system/logs': {
|
||||
icon: 'tuiIconFileText',
|
||||
title: 'Logs',
|
||||
},
|
||||
'/portal/system/marketplace': {
|
||||
icon: 'tuiIconShoppingCart',
|
||||
title: 'Marketplace',
|
||||
},
|
||||
'/portal/system/updates': {
|
||||
icon: 'tuiIconGlobe',
|
||||
title: 'Updates',
|
||||
},
|
||||
'/portal/system/sideload': {
|
||||
icon: 'tuiIconUpload',
|
||||
title: 'Sideload',
|
||||
},
|
||||
'/portal/system/settings': {
|
||||
icon: 'tuiIconTool',
|
||||
title: 'Settings',
|
||||
},
|
||||
'/portal/system/notifications': {
|
||||
icon: 'tuiIconBell',
|
||||
title: 'Notifications',
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user