Alexey Chub has uploaded a new change for review. Change subject: webadmin: Fix appearance of a "Test" button on host dialog (#877814) ......................................................................
webadmin: Fix appearance of a "Test" button on host dialog (#877814) Change-Id: Ia6b8e6cc2d568bcdf47b4756403c9883674be79e Signed-off-by: Alexey Chub <ac...@redhat.com> --- M frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/host/HostPopupView.java M frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/host/HostPopupView.ui.xml 2 files changed, 2 insertions(+), 6 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/47/9747/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 e7727e4..3bf41fb 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 @@ -234,6 +234,7 @@ pmOptionsExplanationLabel.setText(constants.hostPopupPmOptionsExplanationLabel()); pmSecureEditor.setLabel(constants.hostPopupPmSecureLabel()); testButton.setLabel(constants.hostPopupTestButtonLabel()); + testButton.setTitle(constants.hostPopupTestButtonLabel()); // SPM tab spmTab.setLabel(constants.spmTestButtonLabel()); diff --git a/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/host/HostPopupView.ui.xml b/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/host/HostPopupView.ui.xml index e40ae19..efa9c49 100644 --- a/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/host/HostPopupView.ui.xml +++ b/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/host/HostPopupView.ui.xml @@ -37,11 +37,6 @@ margin-top: 20px; } - .testButton { - width: 40px; - float: left; - } - .testMessagePanel { margin-left: 70px; height: 100px; @@ -91,7 +86,7 @@ <g:Label ui:field="pmOptionsExplanationLabel" addStyleNames="{style.explanationLabel}"/> <e:EntityModelCheckBoxEditor ui:field="pmSecureEditor"/> <g:HTMLPanel addStyleNames="{style.testPanel}"> - <w:UiCommandButton ui:field="testButton" addStyleNames="{style.testButton}"/> + <w:UiCommandButton ui:field="testButton"/> <g:ScrollPanel addStyleNames="{style.testMessagePanel}"> <g:Label ui:field="testMessage"/> </g:ScrollPanel> -- To view, visit http://gerrit.ovirt.org/9747 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ia6b8e6cc2d568bcdf47b4756403c9883674be79e Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alexey Chub <ac...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches