Change in ovirt-engine[master]: userportal: variable nav bar height

Alexander Wels has submitted this change and it was merged. Change subject: userportal: variable nav bar height ...................................................................... userportal: variable nav bar height Previously, the nav bar was hardcoded to take up 90px of height. When a non-extended user logged into the admin portal, they didn't have access to the nav bar to see the extended tab, but there was still 90px of whitespace there. Now we shrink the nav bar's dock panel container down to 30px when the user isn't an extended user. Also decreased 90 -> 70px. 90 was too much. Change-Id: I3019a22460d361938135498805d10bf21ac0d947 Bug-Url: https://bugzilla.redhat.com/1183741 Signed-off-by: Greg Sheremeta <gshereme@redhat.com> --- M frontend/webadmin/modules/userportal-gwtp/src/main/java/org/ovirt/engine/ui/userportal/section/main/presenter/MainSectionPresenter.java M frontend/webadmin/modules/userportal-gwtp/src/main/java/org/ovirt/engine/ui/userportal/section/main/view/MainSectionView.java M frontend/webadmin/modules/userportal-gwtp/src/main/java/org/ovirt/engine/ui/userportal/section/main/view/MainSectionView.ui.xml 3 files changed, 29 insertions(+), 85 deletions(-) Approvals: Alexander Wels: Looks good to me, approved Jenkins CI: Passed CI tests Greg Sheremeta: Verified -- To view, visit https://gerrit.ovirt.org/57433 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I3019a22460d361938135498805d10bf21ac0d947 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Greg Sheremeta <gshereme@redhat.com> Gerrit-Reviewer: Alexander Wels <awels@redhat.com> Gerrit-Reviewer: Greg Sheremeta <gshereme@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Vojtech Szocs <vszocs@redhat.com> Gerrit-Reviewer: gerrit-hooks <automation@ovirt.org>
participants (1)
-
awels@redhat.com