added displayRunningTime.vue

This commit is contained in:
2025-06-01 18:23:01 +02:00
parent 80f05c7029
commit 03231ab3f3
3 changed files with 40 additions and 8 deletions

View File

@@ -47,6 +47,10 @@
>
<display-running-time/>
</UDashboardCard>
<UDashboardCard
>
<display-running-working-time/>
</UDashboardCard>
<UDashboardCard
title="Aufgaben"
>

View File

@@ -23,6 +23,11 @@ const profileStore = useProfileStore()
</UDashboardCard>
<UDashboardCard
title="Anwesenheit"
>
<display-running-working-time/>
</UDashboardCard>
<UDashboardCard
title="Zeit"
>
<display-running-time/>
</UDashboardCard>