Added Open Tasks Card

Added Some Titles
This commit is contained in:
2025-03-05 19:12:31 +01:00
parent 1f5d4434be
commit 41aa40b237
2 changed files with 54 additions and 18 deletions

View File

@@ -14,40 +14,46 @@
</UDashboardNavbar>
<UDashboardPanelContent class="flex flex-col">
<div>
<div class="mb-5">
<UDashboardCard
title="Einnahmen und Ausgaben(netto)"
class="mt-3"
>
<display-income-and-expenditure/>
</UDashboardCard>
</div>
<div class="flex flex-row">
<UPageGrid>
<UDashboardCard
class="w-1/3 h-fit mr-2 mt-3"
title="Anwesenheiten"
>
<display-present-profiles/>
</UDashboardCard>
<UDashboardCard
class="w-1/3 h-fit mx-2 mt-3"
>
<display-running-time/>
</UDashboardCard>
<UDashboardCard
class="w-1/3 h-fit mx-2 mt-3"
title="Buchhaltung"
v-if="profileStore.ownTenant.features.accounting"
>
<display-open-balances/>
</UDashboardCard>
<UDashboardCard
class="w-1/3 h-fit ml-2 mt-3"
title="Projekte"
>
<display-projects-in-phases/>
</UDashboardCard>
<UDashboardCard
title="Anwesenheiten"
>
<display-present-profiles/>
</UDashboardCard>
<UDashboardCard
>
<display-running-time/>
</UDashboardCard>
<UDashboardCard
title="Aufgaben"
>
<display-open-tasks/>
</UDashboardCard>
</UPageGrid>
<div class="flex flex-row">
</div>
</UDashboardPanelContent>