The first patch fixes an annoyance with the resource edit dialog where the dropdown text field would automatically be focused upon opening the dialog and would hide the dialog behind the dropdown. To avoid this, the defaultFocus is turned off.
The second patch also changes this input field to not allow blank inputs, giving users better visual feedback. pve-manager: Michael Köppl (2): ui: ha: remove focus from VM/CT dropdown in resource edit window ui: ha: do not allow an empty VM/CT dropdown in resource edit window www/manager6/ha/ResourceEdit.js | 2 ++ 1 file changed, 2 insertions(+) Summary over all repositories: 1 files changed, 2 insertions(+), 0 deletions(-) -- Generated by git-murpp 0.8.0 _______________________________________________ pve-devel mailing list [email protected] https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
