add new page header and decrease marging

This commit is contained in:
Adrian Zürcher
2025-11-16 08:40:42 +01:00
parent bba4486136
commit dce451bfc2
8 changed files with 29 additions and 13 deletions

View File

@@ -25,12 +25,12 @@ const routes: RouteRecordRaw[] = [
},
{
path: 'responsible',
component: () => import('pages/ResponsibleTable.vue'),
component: () => import('src/pages/ResponsibleTable.vue'),
meta: { requiresAuth: true, requiresAdmin: true },
},
{
path: 'group',
component: () => import('pages/GroupTable.vue'),
component: () => import('src/pages/GroupTable.vue'),
meta: { requiresAuth: true, requiresAdmin: true },
},
{