Fixup backup site config dialog to handle S3

This commit is contained in:
Johannes Zellner
2025-10-09 11:58:16 +02:00
parent b0026eafb5
commit dfe5b6b1f2
4 changed files with 104 additions and 48 deletions
+1 -1
View File
@@ -162,7 +162,7 @@ function onActionMenu(site, event) {
label: t('backups.schedule.title'),
action: onEditSchedule.bind(null, site),
}, {
icon: 'fa-solid fa-pencil-alt',
icon: 'fa-solid fa-screwdriver-wrench',
label: t('backups.configAction'),
action: onEditConfig.bind(null, site),
}, {