mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-21 19:42:13 +00:00
edit window: advanced: only show advanced fields on invalid temporary
makes no sense to permanently enable them, that makes for weird experience. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
bbcc3b3c5c
commit
757a2696e1
@ -331,7 +331,6 @@ Ext.define('Proxmox.window.Edit', {
|
||||
|
||||
if (!allAdvancedValid) {
|
||||
inputPanel.setAdvancedVisible(true);
|
||||
me.down('#advancedcb').setValue(true);
|
||||
}
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user