hosting: Copy ID button for backups when developer mode is on (#5681)

* Copy ID button in backups tab

* Remove codex slop
This commit is contained in:
François-Xavier Talbot
2026-03-26 20:18:33 -04:00
committed by GitHub
parent c5a0c71424
commit b68aeddedc
3 changed files with 25 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ useHead({
<template>
<ServersManageBackupsPage
:is-server-running="isServerRunning"
:show-copy-id-action="flags.developerMode"
:show-debug-info="flags.advancedDebugInfo"
/>
</template>