* [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
* [pve-devel] applied: [PATCH widget-toolkit] disk smart: fix non working smart value window
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 ` Thomas Lamprecht
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Lamprecht @ 2021-05-14 8:36 UTC (permalink / raw)
To: Proxmox VE development discussion, Lorenz Stechauner
On 14.05.21 09:16, Lorenz Stechauner wrote:
> 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(-)
>
>
applied to stable-6 and master, thanks!
^ 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 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