mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-23 07:56:47 +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) {
|
if (!allAdvancedValid) {
|
||||||
inputPanel.setAdvancedVisible(true);
|
inputPanel.setAdvancedVisible(true);
|
||||||
me.down('#advancedcb').setValue(true);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user