
From Tal Nisan <tnisan@redhat.com>:
Tal Nisan has submitted this change and it was merged. Change subject: webadmin,userportal: Add makeSortable() to LUN columns ...................................................................... webadmin,userportal: Add makeSortable() to LUN columns Just like in other Column classes, the no-arg makeSortable() method is a convenience so that devs don't have to provide Comparator each time they want to mark a column as sortable. Change-Id: I7206969dc9d2d056fab8ef7db69e3a5563e6c928 Bug-Url: https://bugzilla.redhat.com/1305011 Signed-off-by: Vojtech Szocs <vszocs@redhat.com> Signed-off-by: Tal Nisan <tnisan@redhat.com> --- M frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/table/column/AbstractLunAvailableSizeColumn.java M frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/table/column/AbstractLunTextColumn.java 2 files changed, 29 insertions(+), 2 deletions(-) Approvals: Tal Nisan: Verified; Looks good to me, approved Jenkins CI: Passed CI tests -- To view, visit https://gerrit.ovirt.org/70815 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I7206969dc9d2d056fab8ef7db69e3a5563e6c928 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-4.1 Gerrit-Owner: Tal Nisan <tnisan@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Tal Nisan <tnisan@redhat.com>