Compare commits

...

2 Commits

Author SHA1 Message Date
librelad
f46adefb26 Merge claude/1 2026-06-01 10:39:36 +01:00
librelad
25e25230fd fix(webui): drop deleted backup-migrate.js from the embedded center asset list
The embedded backup center's lazy bundle still listed backup-migrate.js, which
was just removed — its 404 failed the whole load chain. Drop it.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-01 10:39:36 +01:00

View File

@ -479,7 +479,6 @@ class OverviewManager {
'/components/backup/locations/js/backup-location-fields.js', '/components/backup/locations/js/backup-location-fields.js',
'/components/backup/locations/js/backup-location-modal.js', '/components/backup/locations/js/backup-location-modal.js',
'/components/backup/locations/js/backup-ssh-key.js', '/components/backup/locations/js/backup-ssh-key.js',
'/components/backup/migrate/js/backup-migrate.js',
'/components/backup/configuration/js/backup-configuration.js', '/components/backup/configuration/js/backup-configuration.js',
'/components/backup/configuration/js/backup-retention-presets.js', '/components/backup/configuration/js/backup-retention-presets.js',
'/components/backup/configuration/js/backup-engine-details.js', '/components/backup/configuration/js/backup-engine-details.js',