Yaniv Bronhaim has uploaded a new change for review. Change subject: Webadmin: changing tab order in HostPopupView ......................................................................
Webadmin: changing tab order in HostPopupView Instead of jumping to fingerprint field, just directly to OK button. Change-Id: I8b5c7d6a9e7b98c1f5e1fecbaaf193cd862ccb47 Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1011445 Signed-off-by: Yaniv Bronhaim <ybron...@redhat.com> --- M frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/host/HostPopupView.java 1 file changed, 1 insertion(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/92/19692/1 diff --git a/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/host/HostPopupView.java b/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/host/HostPopupView.java index bbe6b7e..5369f7b 100644 --- a/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/host/HostPopupView.java +++ b/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/host/HostPopupView.java @@ -935,8 +935,7 @@ authSshPortEditor.setTabIndex(nextTabIndex++); userNameEditor.setTabIndex(nextTabIndex++); rbPassword.setTabIndex(nextTabIndex++); - passwordEditor.setTabIndex(nextTabIndex++); - fetchSshFingerprint.setTabIndex(nextTabIndex++); + passwordEditor.setTabIndex(nextTabIndex++) return nextTabIndex; } -- To view, visit http://gerrit.ovirt.org/19692 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I8b5c7d6a9e7b98c1f5e1fecbaaf193cd862ccb47 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Yaniv Bronhaim <ybron...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches