Compare commits

..

No commits in common. "c5f75425acaa5a90492727d26c6f2a5aac40874b" and "1adc480099106da160b03699dcd8fec60226aa69" have entirely different histories.

View File

@ -618,13 +618,7 @@ class OverviewManager {
} catch (_) {}
return;
}
// Paint the shared header immediately and confine the spinner to the body
// BENEATH the divider — switching to Backups shows the tab's title straight
// away and only the content area swaps in once the (script-heavy) backup
// center finishes loading, instead of blanking the whole pane to a bare
// headerless loader. Mirrors the per-app detail tabs' header-first idiom.
pane.innerHTML = this.renderHeader('backups')
+ `<div class="ov-tab-body">${lpLoadingBox('Loading backup center…')}</div>`;
pane.innerHTML = lpLoadingBox('Loading backup center…');
this._loadBackupCenter(pane, sub);
}