feat: add app backup functionality for admins

This commit is contained in:
jeremy bayse
2026-03-28 07:59:17 +01:00
parent 03006051a9
commit 7d94be7a8c
3 changed files with 62 additions and 0 deletions

View File

@@ -115,6 +115,7 @@ const isSidebarOpen = ref(true);
</template>
<template #content>
<DropdownLink :href="route('profile.edit')">Profil</DropdownLink>
<DropdownLink :href="route('admin.backup')" as="a">Sauvegarde App</DropdownLink>
<DropdownLink :href="route('logout')" method="post" as="button">Déconnexion</DropdownLink>
</template>
</Dropdown>