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:
Thomas Lamprecht 2022-05-14 14:50:38 +02:00
parent 4f897c8cf9
commit cf1b029b3f
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ Ext.define('PBS.window.ACLEdit', {
// caller can give a static path
path: undefined,
defaultFocus: 'proxmoxcheckbox',
initComponent: function() {
let me = this;