
Alona Kaplan has submitted this change and it was merged. Change subject: webadmin: attach disk does not show the disk description [chrome only] (#834341) ...................................................................... webadmin: attach disk does not show the disk description [chrome only] (#834341) Not all columns were visible for the tables that display internal or external disks to be attached to VM. The reason was that the wrapper panel of the tables wasn't set to 100% width, so it was packed assuming that columns with no explicitly set width, have width=0. The solution is to change the width of the wrapper panel to 100%. The width of the "Actual Size" column was also changed to be fixed as the width of the "Virtual Size" column. Change-Id: I440503f71a4279108ee04b98b8932adb92ce280c Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=834341 Signed-off-by: Arik Hadas <ahadas@redhat.com> --- M frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/uicommon/popup/vm/VmDiskPopupWidget.java M frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/uicommon/popup/vm/VmDiskPopupWidget.ui.xml 2 files changed, 5 insertions(+), 5 deletions(-) Approvals: Alona Kaplan: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/8866 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I440503f71a4279108ee04b98b8932adb92ce280c Gerrit-PatchSet: 4 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Arik Hadas <ahadas@redhat.com> Gerrit-Reviewer: Alona Kaplan <alkaplan@redhat.com> Gerrit-Reviewer: Arik Hadas <ahadas@redhat.com> Gerrit-Reviewer: Daniel Erez <derez@redhat.com> Gerrit-Reviewer: Tomas Jelinek <tjelinek@redhat.com>