]> git.proxmox.com Git - proxmox-widget-toolkit.git/commitdiff
disk smart: fix non working smart value window
authorLorenz Stechauner <l.stechauner@proxmox.com>
Fri, 14 May 2021 07:16:10 +0000 (09:16 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 14 May 2021 08:34:28 +0000 (10:34 +0200)
fix regression in refactor from commit 7eb1fb18ad6a243953c

Reported in forum:
https://forum.proxmox.com/threads/gui-disks-tab-cant-showup-smart-values.89180/
https://forum.proxmox.com/threads/smart-values-bug-in-6-4-6.89179/

Signed-off-by: Lorenz Stechauner <l.stechauner@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/window/DiskSmart.js

index ae4f3d9ed08903ee04c869d18432a663d149c064..6d35ea1394ed4b8ea92e9c92e72049377d30f416 100644 (file)
@@ -136,7 +136,7 @@ Ext.define('Proxmox.window.DiskSmart', {
                    me.down('#text').setVisible(true);
                } else {
                    grid.setVisible(true);
-                   me.down('#textContainer').setVisible(false);
+                   me.down('#text').setVisible(false);
                    grid.setStore(rec.attributes());
                }
            }