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:
Thomas Lamprecht 2019-12-19 17:42:31 +01:00
parent d649e17eb7
commit e9af5b4a29
1 changed files with 0 additions and 1 deletions

View File

@ -47,7 +47,6 @@ Ext.define('PBS.DataStoreConfig', {
upid: upid upid: upid
}); });
win.show(); win.show();
me.close();
} }
}); });
} }