backup read, upload and restore
This commit is contained in:
parent
e5cb8fecc6
commit
f8fb222ebb
13 changed files with 555 additions and 8 deletions
|
@ -133,6 +133,7 @@ export const useNavigationStore = defineStore("navigation", {
|
|||
...(abilityStore.can("read", "user", "user") ? [{ key: "user", title: "Benutzer" }] : []),
|
||||
...(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" }] : []),
|
||||
],
|
||||
},
|
||||
} as navigationModel;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue