Removed not Functioning Cards
This commit is contained in:
@@ -6,7 +6,7 @@ definePageMeta({
|
|||||||
layout: 'mobile'
|
layout: 'mobile'
|
||||||
})
|
})
|
||||||
|
|
||||||
const profileStore = useProfileStore()
|
//const profileStore = useProfileStore()
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
@@ -21,7 +21,7 @@ const profileStore = useProfileStore()
|
|||||||
>
|
>
|
||||||
<display-open-tasks/>
|
<display-open-tasks/>
|
||||||
</UDashboardCard>
|
</UDashboardCard>
|
||||||
<UDashboardCard
|
<!--<UDashboardCard
|
||||||
title="Anwesenheit"
|
title="Anwesenheit"
|
||||||
>
|
>
|
||||||
<display-running-working-time/>
|
<display-running-working-time/>
|
||||||
@@ -36,7 +36,7 @@ const profileStore = useProfileStore()
|
|||||||
v-if="profileStore.ownTenant.features.accounting"
|
v-if="profileStore.ownTenant.features.accounting"
|
||||||
>
|
>
|
||||||
<display-open-balances/>
|
<display-open-balances/>
|
||||||
</UDashboardCard>
|
</UDashboardCard>-->
|
||||||
<UDashboardCard
|
<UDashboardCard
|
||||||
title="Projekte"
|
title="Projekte"
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user