diff --git a/components/MainNav.vue b/components/MainNav.vue index f9eb2d5..55f3758 100644 --- a/components/MainNav.vue +++ b/components/MainNav.vue @@ -51,6 +51,11 @@ const links = computed(() => { label: "E-Mail", to: "/email/new", icon: "i-heroicons-envelope" + }, + { + label: "Logbücher", + to: "/communication/historyItems", + icon: "i-heroicons-envelope" } ] }, diff --git a/stores/data.js b/stores/data.js index d489a40..cb6a365 100644 --- a/stores/data.js +++ b/stores/data.js @@ -44,8 +44,8 @@ export const useDataStore = defineStore('data', () => { redirect:true }, plants: { - label: "Objekt", - labelSingle: "Objekte", + label: "Objekte", + labelSingle: "Objekt", redirect:true, historyItemHolder: "plant" }, @@ -1643,6 +1643,7 @@ export const useDataStore = defineStore('data', () => { uploadFiles, hasRight, generateHistoryItems, + dataTypes, //Data profiles,