feat: implement metrics on the dashboard

This commit is contained in:
waterplea
2024-04-18 13:39:49 +07:00
parent 2693b9a42d
commit 8b89e03999
9 changed files with 528 additions and 17 deletions

View File

@@ -4,6 +4,10 @@ export const SYSTEM_UTILITIES: Record<string, { icon: string; title: string }> =
icon: 'tuiIconSave',
title: 'Backups',
},
'/portal/system/metrics': {
icon: 'tuiIconActivity',
title: 'Metrics',
},
'/portal/system/logs': {
icon: 'tuiIconFileText',
title: 'Logs',