display the number of projects in a separate column in the clients table

This commit is contained in:
Gregor Vostrak
2024-09-26 00:59:51 +02:00
parent 2dbde63043
commit 014bffe86d
3 changed files with 5 additions and 1 deletions

View File

@@ -22,7 +22,7 @@ const createClient = ref(false);
<div
data-testid="client_table"
class="grid min-w-full"
style="grid-template-columns: 1fr 150px 80px">
style="grid-template-columns: 1fr 150px 200px 80px">
<ClientTableHeading></ClientTableHeading>
<div
class="col-span-2 py-24 text-center"