mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-02 05:23:14 +00:00
feat: update Taiga UI to 4 release candidate
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
export const RESOURCES = [
|
||||
{
|
||||
name: 'User Manual',
|
||||
icon: 'tuiIconBookOpen',
|
||||
icon: '@tui.book-open',
|
||||
href: 'https://docs.start9.com/0.3.5.x/user-manual',
|
||||
},
|
||||
{
|
||||
name: 'Contact Support',
|
||||
icon: 'tuiIconHeadphones',
|
||||
icon: '@tui.headphones',
|
||||
href: 'https://start9.com/contact',
|
||||
},
|
||||
{
|
||||
name: 'Donate to Start9',
|
||||
icon: 'tuiIconDollarSign',
|
||||
icon: '@tui.dollar-sign',
|
||||
href: 'https://donate.start9.com',
|
||||
},
|
||||
]
|
||||
|
||||
@@ -5,35 +5,35 @@ import { BadgeService } from 'src/app/services/badge.service'
|
||||
export const SYSTEM_UTILITIES: Record<string, { icon: string; title: string }> =
|
||||
{
|
||||
'/portal/system/notifications': {
|
||||
icon: 'tuiIconBell',
|
||||
icon: '@tui.bell',
|
||||
title: 'Notifications',
|
||||
},
|
||||
'/portal/system/marketplace': {
|
||||
icon: 'tuiIconShoppingCart',
|
||||
icon: '@tui.shopping-cart',
|
||||
title: 'Marketplace',
|
||||
},
|
||||
'/portal/system/updates': {
|
||||
icon: 'tuiIconGlobe',
|
||||
icon: '@tui.globe',
|
||||
title: 'Updates',
|
||||
},
|
||||
'/portal/system/sideload': {
|
||||
icon: 'tuiIconUpload',
|
||||
icon: '@tui.upload',
|
||||
title: 'Sideload',
|
||||
},
|
||||
'/portal/system/logs': {
|
||||
icon: 'tuiIconFileText',
|
||||
icon: '@tui.file-text',
|
||||
title: 'Logs',
|
||||
},
|
||||
'/portal/system/metrics': {
|
||||
icon: 'tuiIconActivity',
|
||||
icon: '@tui.activity',
|
||||
title: 'Metrics',
|
||||
},
|
||||
'/portal/system/backups': {
|
||||
icon: 'tuiIconSave',
|
||||
icon: '@tui.save',
|
||||
title: 'Backups',
|
||||
},
|
||||
'/portal/system/settings': {
|
||||
icon: 'tuiIconTool',
|
||||
icon: '@tui.wrench',
|
||||
title: 'Settings',
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user