mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-31 04:23:40 +00:00
feat: implement metrics on the dashboard
This commit is contained in:
@@ -41,9 +41,6 @@ function toBreadcrumbs(
|
||||
id: string,
|
||||
packages: Record<string, PackageDataEntry> = {},
|
||||
): Breadcrumb[] {
|
||||
const item = SYSTEM_UTILITIES[id]
|
||||
const routerLink = toRouterLink(id)
|
||||
|
||||
if (id.startsWith('/portal/system/')) {
|
||||
const [page, ...path] = id.replace('/portal/system/', '').split('/')
|
||||
const service = `/portal/system/${page}`
|
||||
|
||||
Reference in New Issue
Block a user