Shahar Havivi has uploaded a new change for review. Change subject: webadmin: Fit new VM dialog: run on host section for French locale ......................................................................
webadmin: Fit new VM dialog: run on host section for French locale Bug-Id: https://bugzilla.redhat.com/867428 Change-Id: I79dff59de5f3c24f31fe13c1fed2fab1f4476f6f Signed-off-by: Shahar Havivi <[email protected]> --- M frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/uicommon/popup/AbstractVmPopupWidget.ui.xml 1 file changed, 11 insertions(+), 5 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/84/8784/1 diff --git a/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/uicommon/popup/AbstractVmPopupWidget.ui.xml b/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/uicommon/popup/AbstractVmPopupWidget.ui.xml index f55e2d6..64299c9 100644 --- a/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/uicommon/popup/AbstractVmPopupWidget.ui.xml +++ b/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/uicommon/popup/AbstractVmPopupWidget.ui.xml @@ -98,6 +98,10 @@ } + .radioButtonSpecificHost { + margin-left: 5px; + } + .label { width: 350px; } @@ -323,13 +327,15 @@ <t:content> <g:FlowPanel> <g:Label addStyleNames="{style.sectionLabel}" text="{constants.runOnVmPopup}" /> - <g:HorizontalPanel addStyleNames="{style.runHostPanel}" verticalAlignment='ALIGN_MIDDLE'> + <g:VerticalPanel addStyleNames="{style.runHostPanel}" verticalAlignment='ALIGN_MIDDLE'> <e:EntityModelRadioButtonEditor width="150px" ui:field="isAutoAssignEditor" addStyleNames="{style.radioButton}" /> - <g:RadioButton ui:field="specificHost" addStyleNames="{style.radioButton}" /> - <g:Label text="{constants.specificVmPopup}" /> - <e:ListModelListBoxEditor ui:field="defaultHostEditor" /> - </g:HorizontalPanel> + <g:HorizontalPanel> + <g:RadioButton ui:field="specificHost" addStyleNames="{style.radioButtonSpecificHost}" /> + <g:Label text="{constants.specificVmPopup}" /> + <e:ListModelListBoxEditor ui:field="defaultHostEditor" /> + </g:HorizontalPanel> + </g:VerticalPanel> <g:Label addStyleNames="{style.sectionLabel}" text="{constants.runMigrationOptionsVmPopup}" /> <g:VerticalPanel width="100%" addStyleNames="{style.hostRunMigrationOptions}"> <e:EntityModelCheckBoxEditor ui:field="runVMOnSpecificHostEditor" addStyleNames="{style.checkbox}" /> -- To view, visit http://gerrit.ovirt.org/8784 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I79dff59de5f3c24f31fe13c1fed2fab1f4476f6f Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Shahar Havivi <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
