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

@@ -45,6 +45,9 @@ const showEditModal = ref(false);
<span>
{{ client.name }}
</span>
</div>
<div
class="whitespace-nowrap flex items-center space-x-5 3xl:pl-12 py-4 pr-3 text-sm font-medium text-white pl-4 sm:pl-6 lg:pl-8 3xl:pl-12">
<span class="text-muted"> {{ projectCount }} Projects </span>
</div>
<div