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:
parent
c42e4596e5
commit
229cf5a35d
@ -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());
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user