disk smart: fix non working smart value window

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>
This commit is contained in:
Lorenz Stechauner 2021-05-14 09:16:10 +02:00 committed by Thomas Lamprecht
parent c42e4596e5
commit 229cf5a35d

View 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());
}
}