Gilad Chaplik has uploaded a new change for review. Change subject: userportal: fix resource tab layout ......................................................................
userportal: fix resource tab layout "Resources" tab on the Power User Portal unable to display all virtual machine disks. Change-Id: I43c9e7550384c2398893ef260d73070418a6f3c4 Bug-Url: https://bugzilla.redhat.com/1013860 Signed-off-by: Gilad Chaplik <[email protected]> --- M frontend/webadmin/modules/userportal-gwtp/src/main/java/org/ovirt/engine/ui/userportal/section/main/view/tab/extended/SideTabExtendedResourceView.ui.xml M frontend/webadmin/modules/userportal-gwtp/src/main/resources/org/ovirt/engine/ui/userportal/UserPortal.gwt.xml M frontend/webadmin/modules/webadmin/src/main/resources/org/ovirt/engine/ui/webadmin/WebAdmin.gwt.xml M pom.xml 4 files changed, 5 insertions(+), 5 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/71/21571/1 diff --git a/frontend/webadmin/modules/userportal-gwtp/src/main/java/org/ovirt/engine/ui/userportal/section/main/view/tab/extended/SideTabExtendedResourceView.ui.xml b/frontend/webadmin/modules/userportal-gwtp/src/main/java/org/ovirt/engine/ui/userportal/section/main/view/tab/extended/SideTabExtendedResourceView.ui.xml index 786721d..59ba72d 100644 --- a/frontend/webadmin/modules/userportal-gwtp/src/main/java/org/ovirt/engine/ui/userportal/section/main/view/tab/extended/SideTabExtendedResourceView.ui.xml +++ b/frontend/webadmin/modules/userportal-gwtp/src/main/java/org/ovirt/engine/ui/userportal/section/main/view/tab/extended/SideTabExtendedResourceView.ui.xml @@ -232,8 +232,8 @@ } .vmTablePanel { - height: 40%; - width: 99%; + height: 230px; + width: 98%; visibility: visible; } diff --git a/frontend/webadmin/modules/userportal-gwtp/src/main/resources/org/ovirt/engine/ui/userportal/UserPortal.gwt.xml b/frontend/webadmin/modules/userportal-gwtp/src/main/resources/org/ovirt/engine/ui/userportal/UserPortal.gwt.xml index 72df76a..04a4094 100644 --- a/frontend/webadmin/modules/userportal-gwtp/src/main/resources/org/ovirt/engine/ui/userportal/UserPortal.gwt.xml +++ b/frontend/webadmin/modules/userportal-gwtp/src/main/resources/org/ovirt/engine/ui/userportal/UserPortal.gwt.xml @@ -16,7 +16,7 @@ <set-property name="gwt.logging.popupHandler" value="DISABLED" /> <!-- Supported browsers (defined via maven property) --> - <set-property name="user.agent" value="${gwt.userAgent}" /> + <set-property name="user.agent" value="gecko1_8" /> <!-- GWTP GIN configuration --> <set-configuration-property name="gin.ginjector.modules" value="org.ovirt.engine.ui.userportal.gin.ClientModule" /> diff --git a/frontend/webadmin/modules/webadmin/src/main/resources/org/ovirt/engine/ui/webadmin/WebAdmin.gwt.xml b/frontend/webadmin/modules/webadmin/src/main/resources/org/ovirt/engine/ui/webadmin/WebAdmin.gwt.xml index 8b265c2..1aa6d47 100644 --- a/frontend/webadmin/modules/webadmin/src/main/resources/org/ovirt/engine/ui/webadmin/WebAdmin.gwt.xml +++ b/frontend/webadmin/modules/webadmin/src/main/resources/org/ovirt/engine/ui/webadmin/WebAdmin.gwt.xml @@ -16,7 +16,7 @@ <set-property name="gwt.logging.popupHandler" value="DISABLED" /> <!-- Supported browsers (defined via maven property) --> - <set-property name="user.agent" value="${gwt.userAgent}" /> + <set-property name="user.agent" value="gecko1_8" /> <!-- GWTP GIN configuration --> <set-configuration-property name="gin.ginjector.modules" value="org.ovirt.engine.ui.webadmin.gin.ClientModule" /> diff --git a/pom.xml b/pom.xml index e5759a8..2974290 100644 --- a/pom.xml +++ b/pom.xml @@ -524,7 +524,7 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>gwt-maven-plugin</artifactId> - <version>${gwt.version}</version> + <version>2.4.0</version> </plugin> <plugin> -- To view, visit http://gerrit.ovirt.org/21571 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I43c9e7550384c2398893ef260d73070418a6f3c4 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Gilad Chaplik <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
