ui: ceph: unmask container after we finished the ceph install
otherwise the container stays masked and we cannot interact with it Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
d8a7ecbd9d
commit
3c23d6a78b
@ -1700,6 +1700,9 @@ Ext.define('PVE.Utils', {
|
||||
});
|
||||
win.getViewModel().set('isInstalled', isInstalled);
|
||||
container.add(win);
|
||||
win.on('close', () => {
|
||||
container.el.unmask();
|
||||
});
|
||||
win.show();
|
||||
callback(win);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user