mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-08-04 05:00:43 +00:00
disk smart: fix non working smart value window
fix regression in refactor from commit 7eb1fb18ad
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
c60c729250
commit
32bb96f4c7
@ -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…
Reference in New Issue
Block a user