ui: ACL edit: set default focus on a non-combobox element
to avoid making it "jump" in the users face by immediately opening the picker on window open. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
4f897c8cf9
commit
cf1b029b3f
|
@ -13,6 +13,7 @@ Ext.define('PBS.window.ACLEdit', {
|
|||
|
||||
// caller can give a static path
|
||||
path: undefined,
|
||||
defaultFocus: 'proxmoxcheckbox',
|
||||
|
||||
initComponent: function() {
|
||||
let me = this;
|
||||
|
|
Loading…
Reference in New Issue