* [pve-devel] [PATCH manager] ui: ceph: fix keeping selection after operation
@ 2021-01-26 13:01 Fabian Ebner
2021-01-26 17:22 ` [pve-devel] applied: " Thomas Lamprecht
0 siblings, 1 reply; 2+ messages in thread
From: Fabian Ebner @ 2021-01-26 13:01 UTC (permalink / raw)
To: pve-devel
Found by having the console open and getting a message that 'me' (the
controller) does not have a method getRootNode()
Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
---
www/manager6/ceph/OSD.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/manager6/ceph/OSD.js b/www/manager6/ceph/OSD.js
index 421502dc..51409163 100644
--- a/www/manager6/ceph/OSD.js
+++ b/www/manager6/ceph/OSD.js
@@ -348,7 +348,7 @@ Ext.define('PVE.node.CephOsdTree', {
view.setRootNode(data.root);
view.expandAll();
if (name) {
- let node = me.getRootNode().findChild('name', name, true);
+ let node = view.getRootNode().findChild('name', name, true);
if (node) {
view.setSelection([node]);
}
--
2.20.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* [pve-devel] applied: [PATCH manager] ui: ceph: fix keeping selection after operation
2021-01-26 13:01 [pve-devel] [PATCH manager] ui: ceph: fix keeping selection after operation Fabian Ebner
@ 2021-01-26 17:22 ` Thomas Lamprecht
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Lamprecht @ 2021-01-26 17:22 UTC (permalink / raw)
To: Proxmox VE development discussion, Fabian Ebner
On 26.01.21 14:01, Fabian Ebner wrote:
> Found by having the console open and getting a message that 'me' (the
> controller) does not have a method getRootNode()
>
> Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
> ---
> www/manager6/ceph/OSD.js | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
>
applied, thanks!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-01-26 17:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-26 13:01 [pve-devel] [PATCH manager] ui: ceph: fix keeping selection after operation Fabian Ebner
2021-01-26 17:22 ` [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