ui: datastore/OptionView: only navigate up when we removed the datastore
and not on window close
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
(cherry picked from commit 82cae19d19
)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
8191ff150e
commit
ca5e5bb67f
|
@ -33,13 +33,11 @@ Ext.define('PBS.Datastore.Options', {
|
|||
note: gettext('Configuration change only, no data will be deleted.'),
|
||||
autoShow: true,
|
||||
taskName: 'delete-datastore',
|
||||
listeners: {
|
||||
destroy: () => {
|
||||
let navtree = Ext.ComponentQuery.query('navigationtree')[0];
|
||||
navtree.rstore.load();
|
||||
let mainview = me.getView().up('mainview');
|
||||
mainview.getController().redirectTo('pbsDataStores');
|
||||
},
|
||||
apiCallDone: (success) => {
|
||||
let navtree = Ext.ComponentQuery.query('navigationtree')[0];
|
||||
navtree.rstore.load();
|
||||
let mainview = me.getView().up('mainview');
|
||||
mainview.getController().redirectTo('pbsDataStores');
|
||||
},
|
||||
});
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue