mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-10 07:55:39 +00:00
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
87b7e5f352
commit
19f703e2d1
@ -1700,6 +1700,9 @@ Ext.define('PVE.Utils', {
|
|||||||
});
|
});
|
||||||
win.getViewModel().set('isInstalled', isInstalled);
|
win.getViewModel().set('isInstalled', isInstalled);
|
||||||
container.add(win);
|
container.add(win);
|
||||||
|
win.on('close', () => {
|
||||||
|
container.el.unmask();
|
||||||
|
});
|
||||||
win.show();
|
win.show();
|
||||||
callback(win);
|
callback(win);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user