change: move version display to
This commit is contained in:
parent
4a5aec36dd
commit
117372af39
5 changed files with 49 additions and 51 deletions
|
@ -134,6 +134,7 @@ export const useNavigationStore = defineStore("navigation", {
|
|||
...(abilityStore.can("read", "user", "role") ? [{ key: "role", title: "Rollen" }] : []),
|
||||
...(abilityStore.can("read", "user", "webapi") ? [{ key: "webapi", title: "Webapi-Token" }] : []),
|
||||
...(abilityStore.can("read", "user", "backup") ? [{ key: "backup", title: "Backups" }] : []),
|
||||
...(abilityStore.isAdmin() ? [{ key: "version", title: "Version" }] : []),
|
||||
],
|
||||
},
|
||||
} as navigationModel;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue