Pushing Tracking

This commit is contained in:
2024-09-22 12:09:39 +02:00
parent fc0a6eaa76
commit 516bf5dd7f
6 changed files with 370 additions and 21 deletions

View File

@@ -139,10 +139,21 @@ const links = computed(() => {
]
},] : [],
... dataStore.ownTenant.features.vehicles ? [{
label: "Fahrzeuge",
to: "/vehicles",
label: "Fuhrpark",
defaultOpen: false,
icon: "i-heroicons-truck",
}] : [],
children: [
{
label: "Fahrzeuge",
to: "/vehicles",
icon: "i-heroicons-truck"
},{
label: "Fahrten",
to: "/trackingTrips",
icon: "i-heroicons-map"
},
]
},] : [],
{
label: "Stammdaten",
defaultOpen: false,