* [pve-devel] [PATCH manager] ui: ceph: unmask container after we finished the ceph install
@ 2023-03-22 14:28 Dominik Csapak
2023-03-22 14:31 ` [pve-devel] applied: " Thomas Lamprecht
0 siblings, 1 reply; 2+ messages in thread
From: Dominik Csapak @ 2023-03-22 14:28 UTC (permalink / raw)
To: pve-devel
otherwise the container stays masked and we cannot interact with it
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
---
www/manager6/Utils.js | 3 +++
1 file changed, 3 insertions(+)
diff --git a/www/manager6/Utils.js b/www/manager6/Utils.js
index b25445374..94e75d5c4 100644
--- a/www/manager6/Utils.js
+++ b/www/manager6/Utils.js
@@ -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);
}
--
2.30.2
^ permalink raw reply [flat|nested] 2+ messages in thread
* [pve-devel] applied: [PATCH manager] ui: ceph: unmask container after we finished the ceph install
2023-03-22 14:28 [pve-devel] [PATCH manager] ui: ceph: unmask container after we finished the ceph install Dominik Csapak
@ 2023-03-22 14:31 ` Thomas Lamprecht
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Lamprecht @ 2023-03-22 14:31 UTC (permalink / raw)
To: Proxmox VE development discussion, Dominik Csapak
Am 22/03/2023 um 15:28 schrieb Dominik Csapak:
> otherwise the container stays masked and we cannot interact with it
>
> Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
> ---
> www/manager6/Utils.js | 3 +++
> 1 file changed, 3 insertions(+)
>
>
applied, thanks!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-03-22 14:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-22 14:28 [pve-devel] [PATCH manager] ui: ceph: unmask container after we finished the ceph install Dominik Csapak
2023-03-22 14:31 ` [pve-devel] applied: " Thomas Lamprecht
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal