Tomer Saban has uploaded a new change for review.

Change subject: webadmin: Fixed UI for popup New CPU QoS
......................................................................

webadmin: Fixed UI for popup New CPU QoS

In the popup "New CPU Qos", the scroll bar was removed and also,
margin was added for the "Limit" textbox so it will be aligned with the
rest of the textboxes.

Color for the "Limit" row wasn't changed(It was decided to leave it
as is).

Change-Id: I4aebf602a70b7b65f65d45e388b5d49296ed0be7
Bug-Url: https://bugzilla.redhat.com/1142813
Signed-off-by: Tomer Saban <[email protected]>
---
M 
frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/qos/CpuQosPopupView.ui.xml
1 file changed, 5 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/98/34898/1

diff --git 
a/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/qos/CpuQosPopupView.ui.xml
 
b/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/qos/CpuQosPopupView.ui.xml
index 0d00e63..47f0fe3 100644
--- 
a/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/qos/CpuQosPopupView.ui.xml
+++ 
b/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/qos/CpuQosPopupView.ui.xml
@@ -11,9 +11,12 @@
                        background-color: #D3D3D3;
                        margin: 5px;
                }
+               .decorator {
+                       margin: 5px;
+               }
        </ui:style>
 
-       <d:SimpleDialogPanel width="400px" height="200px">
+       <d:SimpleDialogPanel width="400px" height="220px">
                <d:content>
                        <g:FlowPanel>
                                <g:FlowPanel 
addStyleNames="{style.topDecorator}">
@@ -21,7 +24,7 @@
                                        <ge:StringEntityModelTextBoxEditor 
ui:field="nameEditor" />
                                        <ge:StringEntityModelTextBoxEditor 
ui:field="descriptionEditor" />
                                </g:FlowPanel>
-                               <ge:IntegerEntityModelTextBoxEditor 
ui:field="cpuLimitEditor" />
+                               <ge:IntegerEntityModelTextBoxEditor 
addStyleNames="{style.decorator}" ui:field="cpuLimitEditor"/>
                        </g:FlowPanel>
                </d:content>
        </d:SimpleDialogPanel>


-- 
To view, visit http://gerrit.ovirt.org/34898
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I4aebf602a70b7b65f65d45e388b5d49296ed0be7
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: ovirt-engine-3.5
Gerrit-Owner: Tomer Saban <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to