mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-03 13:30:25 +00:00
better focus of lxc/MPEdit
this gives the focus to either the 'path' field or to the 'X' tool (if it is a rootfs) Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
3e4b78dc68
commit
dc683ca068
@ -324,6 +324,7 @@ Ext.define('PVE.lxc.MountPointEdit', {
|
||||
|
||||
Ext.apply(me, {
|
||||
subject: subject,
|
||||
defaultFocus: me.confid !== 'rootfs' ? 'textfield[name=mp]' : 'tool',
|
||||
items: ipanel
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user