Added Checks

Added Documents to Inventoryitems and Checks
This commit is contained in:
2024-12-01 23:10:34 +01:00
parent 8e68858489
commit ff5d20421e
8 changed files with 594 additions and 51 deletions

View File

@@ -217,6 +217,11 @@ const links = computed(() => {
]
},] : [],*/
{
label: "Überprüfungen",
to: "/checks",
icon: "i-heroicons-magnifying-glass"
},
... dataStore.ownTenant.features.projects ? [{
label: "Projekte",
to: "/projects",