Some Corrections For Mobile

This commit is contained in:
2025-05-31 20:09:36 +02:00
parent cad2ed9dba
commit eb37257ae8
7 changed files with 51 additions and 14 deletions

View File

@@ -10,7 +10,9 @@ definePageMeta({
<UDashboardPanelContent>
<UButton
class="w-full my-1">
class="w-full my-1"
to="/standardEntity/absencerequests"
>
Abwesenheiten
</UButton>
<UButton
@@ -18,15 +20,21 @@ definePageMeta({
Kalender
</UButton>
<UButton
class="w-full my-1">
class="w-full my-1"
to="/standardEntity/customers"
>
Kunden
</UButton>
<UButton
class="w-full my-1">
class="w-full my-1"
to="/standardEntity/vendors"
>
Lieferanten
</UButton>
<UButton
class="w-full my-1">
class="w-full my-1"
to="/standardEntity/plants"
>
Objekte
</UButton>