Daniel Erez has posted comments on this change.

Change subject: webadmin,userportal: Support column resizing for all tables
......................................................................


Patch Set 2: Looks good to me, approved

(1 inline comment)

....................................................
File 
frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/editor/EntityModelCellTable.java
Line 302:     @Override
Line 303:     public void addColumn(Column column, SafeHtml headerHtml) {
Line 304:         super.addColumn(column, headerHtml);
Line 305:     }
Line 306: 
as it's an infra patch, it might be appropriate to add here the new 'addColumn' 
signature that Alona introduced in http://gerrit.ovirt.org/#/c/14366/
[addColumn(Column column, SafeHtml headerHtml, String width)]
Line 307:     @Override
Line 308:     public void addColumn(Column column, String headerString, String 
width) {
Line 309:         super.addColumn(column, headerString);
Line 310:         super.setColumnWidth(column, width);


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

Gerrit-MessageType: comment
Gerrit-Change-Id: Ic69b597d7c5f2330cef5a93bc8812494af731734
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Vojtech Szocs <vsz...@redhat.com>
Gerrit-Reviewer: Alona Kaplan <alkap...@redhat.com>
Gerrit-Reviewer: Daniel Erez <de...@redhat.com>
Gerrit-Reviewer: Einav Cohen <eco...@redhat.com>
Gerrit-Reviewer: Gilad Chaplik <gchap...@redhat.com>
Gerrit-Reviewer: Tomas Jelinek <tjeli...@redhat.com>
Gerrit-Reviewer: Vojtech Szocs <vsz...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to