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>
This commit is contained in:
librelad 2026-06-01 10:39:36 +01:00
parent d9899db796
commit 25e25230fd

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',