Added Numberrange to inventoryitems

This commit is contained in:
2024-08-10 16:30:43 +02:00
parent 9846e91c2f
commit db096e462c
4 changed files with 12 additions and 6 deletions

View File

@@ -131,13 +131,13 @@ const links = computed(() => {
to: "/spaces",
icon: "i-heroicons-square-3-stack-3d"
},
{
label: "Inventar",
to: "/inventoryitems",
icon: "i-heroicons-puzzle-piece"
},
]
},] : [],
{
label: "Inventar",
to: "/inventoryitems",
icon: "i-heroicons-puzzle-piece"
},
... dataStore.ownTenant.features.vehicles ? [{
label: "Fahrzeuge",
to: "/vehicles",