Tomer Saban has uploaded a new change for review. Change subject: Finished changing the UI for the new storage qos Change-Id: I6eb3943b7aa077130cd931d7e557f76e6957f35a Signed-off-by: Tomer Saban <tsa...@redhat.com> ......................................................................
Finished changing the UI for the new storage qos Change-Id: I6eb3943b7aa077130cd931d7e557f76e6957f35a Signed-off-by: Tomer Saban <tsa...@redhat.com> --- M frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/qos/StorageQosWidget.ui.xml 1 file changed, 11 insertions(+), 9 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/12/36112/1 diff --git a/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/qos/StorageQosWidget.ui.xml b/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/qos/StorageQosWidget.ui.xml index ee16796..5fc6f2f 100644 --- a/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/qos/StorageQosWidget.ui.xml +++ b/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/qos/StorageQosWidget.ui.xml @@ -44,15 +44,17 @@ </g:VerticalPanel> <g:VerticalPanel addStyleNames="{style.valuePanelStyle}"> <e:EntityModelRadioButtonEditor label="Read / Write" ui:field="throughputReadWriteRadioButton" /> - <g:VerticalPanel> - <e:IntegerEntityModelTextBoxOnlyEditor ui:field="throughputReadEditor" /> - <g:Label addStyleNames="{style.mbpsLabel}" text="{constants.mbpsLabelStorageQosPopup}"/> - </g:VerticalPanel> - <g:Label addStyleNames="{style.textBoxLabelStyle}" text="{constants.writeStorageQosPopup}"/> - <g:VerticalPanel> - <e:IntegerEntityModelTextBoxOnlyEditor ui:field="throughputWriteEditor" /> - <g:Label addStyleNames="{style.mbpsLabel}" text="{constants.mbpsLabelStorageQosPopup}"/> - </g:VerticalPanel> + <g:HorizontalPanel> + <g:VerticalPanel> + <e:IntegerEntityModelTextBoxOnlyEditor ui:field="throughputReadEditor" /> + <g:Label addStyleNames="{style.mbpsLabel}" text="{constants.mbpsLabelStorageQosPopup}"/> + </g:VerticalPanel> + <g:Label addStyleNames="{style.textBoxLabelStyle}" text="/"/> + <g:VerticalPanel> + <e:IntegerEntityModelTextBoxOnlyEditor ui:field="throughputWriteEditor" /> + <g:Label addStyleNames="{style.mbpsLabel}" text="{constants.mbpsLabelStorageQosPopup}"/> + </g:VerticalPanel> + </g:HorizontalPanel> </g:VerticalPanel> </g:HorizontalPanel> <e:EntityModelCheckBoxEditor addStyleNames="{style.labelStyle}" ui:field="iopsEnabled"/> -- To view, visit http://gerrit.ovirt.org/36112 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I6eb3943b7aa077130cd931d7e557f76e6957f35a Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Tomer Saban <tsa...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches