backup read, upload and restore

This commit is contained in:
Julian Krauser 2025-02-02 16:37:46 +01:00
parent e5cb8fecc6
commit f8fb222ebb
13 changed files with 555 additions and 8 deletions

View file

@ -634,6 +634,13 @@ const router = createRouter({
},
],
},
{
path: "backup",
name: "admin-user-backup",
component: () => import("@/views/admin/user/backup/Backup.vue"),
meta: { type: "read", section: "user", module: "backup" },
beforeEnter: [abilityAndNavUpdate],
},
],
},
{