This commit is contained in:
2024-06-02 21:39:26 +02:00
parent 4cd4a9c7c4
commit e139eb771c
9 changed files with 498 additions and 439 deletions

View File

@@ -312,7 +312,7 @@ let links = computed(() => {
... dataStore.ownTenant.features.vehicles ? [{
label: "Fahrzeuge",
to: "/vehicles",
icon: "i-heroicons-truck"
icon: "i-heroicons-truck",
}] : [],
{
label: "Stammdaten",
@@ -476,7 +476,7 @@ const footerLinks = [/*{
<UDashboardSearchButton label="Suche..."/>
</template>
<UDashboardSidebarLinks :links="links" >
<UDashboardSidebarLinks :links="links">
</UDashboardSidebarLinks>
@@ -540,5 +540,7 @@ const footerLinks = [/*{
</template>
<style scoped>
.testclass {
color: red;
}
</style>