fix: show backup timezone on the UI

This commit is contained in:
Andras Bacsai
2025-01-03 20:39:27 +01:00
parent 4d18e3372d
commit c33132d8d9
3 changed files with 12 additions and 4 deletions

View File

@@ -70,6 +70,8 @@
</div>
<div class="flex gap-2">
<x-forms.input label="Frequency" id="frequency" />
<x-forms.input label="Timezone" id="timezone" disabled
helper="The timezone of the server where the backup is scheduled to run (if not set, the instance timezone will be used)" />
<x-forms.input label="Number of backups to keep (locally)" id="numberOfBackupsLocally" />
</div>
</div>