adds telemetry list

This commit is contained in:
2025-02-14 20:22:31 -08:00
parent 44523f3cdb
commit a864c0b41c
19 changed files with 553 additions and 58 deletions

View File

@@ -6,7 +6,7 @@ const router = createRouter({
{
path: '/',
name: 'home',
component: () => import('../views/HomeView.vue'),
component: () => import('../views/EmptyPanelView.vue'),
},
{
path: '/graph',