Kanagaraj M has uploaded a new change for review.

Change subject: webadmin: Fix import gluster hosts popup layout
......................................................................

webadmin: Fix import gluster hosts popup layout

When the hostname is too big, the table width
goes outside of the popup. This is fixed now.

Change-Id: I2d069b3227d2a504d339105d658890bd742924f7
Bug-Url: https://bugzilla.redhat.com/881856
Signed-off-by: Kanagaraj M <kmayi...@redhat.com>
---
M 
frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/host/MultipleHostsPopupView.ui.xml
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/55/11855/1

diff --git 
a/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/host/MultipleHostsPopupView.ui.xml
 
b/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/host/MultipleHostsPopupView.ui.xml
index 7ee1247..b2b532c 100644
--- 
a/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/host/MultipleHostsPopupView.ui.xml
+++ 
b/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/host/MultipleHostsPopupView.ui.xml
@@ -8,7 +8,7 @@
        <ui:style>
                .tablePanel {
                        height: 300px;
-                       width: 100%;
+                       width: 875px;
                        border: 1px solid #CED8DF;
                }
                .messageLabel {


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I2d069b3227d2a504d339105d658890bd742924f7
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Kanagaraj M <kmayi...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to