unit title link
This commit is contained in:
parent
73cc8bd82c
commit
4338f58dea
3 changed files with 19 additions and 2 deletions
|
@ -57,6 +57,15 @@ export const useNavigationStore = defineStore("navigation", {
|
|||
} as topLevelNavigationModel,
|
||||
]
|
||||
: []),
|
||||
...(abilityStore.canSection("read", "unit")
|
||||
? [
|
||||
{
|
||||
key: "unit",
|
||||
title: "Wehr",
|
||||
levelDefault: "",
|
||||
} as topLevelNavigationModel,
|
||||
]
|
||||
: []),
|
||||
...(abilityStore.canSection("read", "configuration")
|
||||
? [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue