diff --git a/containers/libreportal/frontend/components/backup/core/html/backup-content.html b/containers/libreportal/frontend/components/backup/core/html/backup-content.html index fc9e6ec..1aff4c7 100644 --- a/containers/libreportal/frontend/components/backup/core/html/backup-content.html +++ b/containers/libreportal/frontend/components/backup/core/html/backup-content.html @@ -27,14 +27,6 @@ Locations -
${this.escape(host.hostname)}`
- : `${this.escape(host.hostname)}`;
- return `
- Migrate ${this.escape(app)} from ${this.escape(host)} via ${this.escape(locName)} onto this host.
` - : `Migrate every app (${targetApps.length}) from ${this.escape(host)} via ${this.escape(locName)} onto this host.
`; - - let collisionNote = ''; - if (collisions.length) { - collisionNote = ` -
- ⚠ Already installed here: ${collisions.map(c => `${this.escape(c)}`).join(', ')}.
- These will be replaced.
- ${collisionsRunning.length ? `Currently running: ${collisionsRunning.map(c => `${this.escape(c)}`).join(', ')} — will be stopped first.` : ''}
-