Lior Vernia has submitted this change and it was merged.
Change subject: webadmin: Implement infrastructure for default text column sorting
......................................................................
webadmin: Implement infrastructure for default text column sorting
The logic for sorting text columns is actually trivial, as it's
already included in the column's getValue() method which renders the
underlying entity.
Change-Id: I0a935c42a499981d35d4725ff3b4789110fa9520
Signed-off-by: Lior Vernia <lvernia(a)redhat.com>
---
M
frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/table/column/TextColumnWithTooltip.java
1 file changed, 19 insertions(+), 0 deletions(-)
Approvals:
Alexander Wels: Looks good to me, approved
Vojtech Szocs: Looks good to me, approved
Lior Vernia: Verified
--
To view, visit
http://gerrit.ovirt.org/28670
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I0a935c42a499981d35d4725ff3b4789110fa9520
Gerrit-PatchSet: 9
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Lior Vernia <lvernia(a)redhat.com>
Gerrit-Reviewer: Alexander Wels <awels(a)redhat.com>
Gerrit-Reviewer: Alona Kaplan <alkaplan(a)redhat.com>
Gerrit-Reviewer: Einav Cohen <ecohen(a)redhat.com>
Gerrit-Reviewer: Lior Vernia <lvernia(a)redhat.com>
Gerrit-Reviewer: Vojtech Szocs <vszocs(a)redhat.com>
Gerrit-Reviewer: automation(a)ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server