web: added interval minute, profile list and profile view

This commit is contained in:
Carl-Gerhard Lindesvärd
2023-11-01 20:36:19 +01:00
parent 5a4765526b
commit 09672b34a3
19 changed files with 394 additions and 136 deletions

View File

@@ -7,6 +7,7 @@ export function useOrganizationParams() {
organization: z.string(),
project: z.string(),
dashboard: z.string(),
profileId: z.string().optional(),
}),
);
}