ui: content: reload tree on succesful datastore add
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
508d644e87
commit
e5824cd61f
|
@ -483,10 +483,11 @@ Ext.define('PBS.DataStoreContent', {
|
|||
autoShow: true,
|
||||
datastore: view.datastore,
|
||||
namespace: view.namespace ?? '',
|
||||
listeners: {
|
||||
destroy: () => {
|
||||
apiCallDone: success => {
|
||||
if (success) {
|
||||
view.down('pbsNamespaceSelector').store?.load();
|
||||
},
|
||||
me.reload();
|
||||
}
|
||||
},
|
||||
});
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue