File tree Expand file tree Collapse file tree
frontend/libs/portal/components/projects/projectsDetail Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -63,18 +63,17 @@ onMounted(async () => {
6363 <slot ></slot >
6464 </template >
6565 <template #table >
66- <div ref =" tableUserManagement" class =" flex flex-col h-full overflow-hidden" >
67- <div class =" mb-2 flex flex-wrap items-center gap-2 flex-shrink-0 " >
66+ <div ref =" tableUserManagement" class =" flex h-full flex-col overflow-hidden" >
67+ <div class =" mb-2 flex flex-shrink-0 flex- wrap items-center gap-2" >
6868 <v-spacer ></v-spacer >
6969 <DSearchField v-model =" search " class="ml-auto" />
7070 </div >
71- <GridSPDXList
71+ <GridSPDXList
7272 class="flex-1 overflow-hidden"
73- :projects =" filteredProjects "
74- :channels =" projectModel .versions "
75- showSbomExtras
76- showSupplier
77- />
73+ :projects =" filteredProjects "
74+ :channels =" projectModel .versions "
75+ showSbomExtras
76+ showSupplier />
7877 </div >
7978 </template >
8079 </TableLayout >
You can’t perform that action at this time.
0 commit comments