Compare commits
2 Commits
b374787486
...
58eba94628
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
58eba94628 | ||
|
|
f1f0cf7516 |
@ -359,7 +359,9 @@ class OverviewManager {
|
|||||||
// configuration sections (its sidebar restyled as a nested tab strip). On a
|
// configuration sections (its sidebar restyled as a nested tab strip). On a
|
||||||
// revisit we refresh rather than re-mount, to keep its sub-tab + expand state.
|
// revisit we refresh rather than re-mount, to keep its sub-tab + expand state.
|
||||||
mountBackupCenter(pane) {
|
mountBackupCenter(pane) {
|
||||||
if (document.getElementById('backup-section') && window.overviewBackupPage) {
|
// Detect a prior mount by the embedded fragment in THIS pane — not by
|
||||||
|
// #backup-section, which the per-app Backups tab also defines.
|
||||||
|
if (pane.querySelector('.backup-layout') && window.overviewBackupPage) {
|
||||||
try { window.overviewBackupPage.refreshAll().then(() => window.overviewBackupPage.render()).catch(() => {}); } catch (_) {}
|
try { window.overviewBackupPage.refreshAll().then(() => window.overviewBackupPage.render()).catch(() => {}); } catch (_) {}
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user