Yaniv Bronhaim has uploaded a new change for review. Change subject: ui: Fixing tab index ......................................................................
ui: Fixing tab index Change-Id: Ie183a178c86cbdfc58e52baf75700d44e5a40934 Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1115045 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, 3 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/26/29626/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 8d01c32..d928da6 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 @@ -1128,11 +1128,14 @@ externalComputeResourceEditor.setTabIndex(nextTabIndex++); providerSearchFilterLabel.setTabIndex(nextTabIndex++); nameEditor.setTabIndex(nextTabIndex++); + commentEditor.setTabIndex(nextTabIndex++); hostAddressEditor.setTabIndex(nextTabIndex++); authSshPortEditor.setTabIndex(nextTabIndex++); userNameEditor.setTabIndex(nextTabIndex++); rbPassword.setTabIndex(nextTabIndex++); passwordEditor.setTabIndex(nextTabIndex++); + discoveredHostInfoIcon.setTabIndex(nextTabIndex++); + provisionedHostInfoIcon.setTabIndex(nextTabIndex++); return nextTabIndex; } -- To view, visit http://gerrit.ovirt.org/29626 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ie183a178c86cbdfc58e52baf75700d44e5a40934 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