ui: do *not* close panel when triggering datastore GC
this broke the view, let the panel disappear until one switched to another and back again, let's just no close main-view panels :) Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
d649e17eb7
commit
e9af5b4a29
|
@ -47,7 +47,6 @@ Ext.define('PBS.DataStoreConfig', {
|
||||||
upid: upid
|
upid: upid
|
||||||
});
|
});
|
||||||
win.show();
|
win.show();
|
||||||
me.close();
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue