ui: prune & gc: relay activate/deactivate events to sub panels

which allows us also to drop the initial manual load in the init,
which would also trigger if the tab isn't visible.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht
2022-05-31 10:02:10 +02:00
parent fbfc439372
commit 17b079918e
2 changed files with 14 additions and 1 deletions

View File

@ -41,7 +41,6 @@ Ext.define('PBS.config.PruneJobView', {
}
view.getStore().rstore.getProxy().setExtraParams(params);
Proxmox.Utils.monStoreErrors(view, view.getStore().rstore);
this.reload();
},
addPruneJob: function() {