* [pve-devel] [PATCH widget-toolkit] disk smart: fix non working smart value window
@ 2021-05-14 7:16 Lorenz Stechauner
2021-05-14 8:36 ` [pve-devel] applied: " Thomas Lamprecht
0 siblings, 1 reply; 2+ messages in thread
From: Lorenz Stechauner @ 2021-05-14 7:16 UTC (permalink / raw)
To: pve-devel
fix error in refactor from 7eb1fb18ad6a243953c4f554b95b195bac77e9ab
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>
---
src/window/DiskSmart.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/window/DiskSmart.js b/src/window/DiskSmart.js
index ae4f3d9..6d35ea1 100644
--- a/src/window/DiskSmart.js
+++ b/src/window/DiskSmart.js
@@ -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());
}
}
--
2.20.1
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-05-14 8:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-14 7:16 [pve-devel] [PATCH widget-toolkit] disk smart: fix non working smart value window Lorenz Stechauner
2021-05-14 8:36 ` [pve-devel] applied: " Thomas Lamprecht
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox