Alona Kaplan has posted comments on this change.

Change subject: webadmin: Fixed sorting in Cluster and Datacenter Networks 
subtabs
......................................................................


Patch Set 3: (1 inline comment)

....................................................
File 
frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/clusters/ClusterNetworkListModel.java
Line 77:     private final Network displayNetwork = null;
Line 78: 
Line 79:     private final Comparator<ClusterNetworkModel> networkComparator =
Line 80:             new Comparator<ClusterNetworkModel>() {
Line 81:                 LexoNumericComparator lexoNumeric = new 
LexoNumericComparator();
This comparator should also be declared in Linq
Line 82: 
Line 83:                 @Override
Line 84:                 public int compare(ClusterNetworkModel model1, 
ClusterNetworkModel model2) {
Line 85:                     // management first


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I8432b61ae79195a454eec50e5322182103f02527
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Lior Vernia <[email protected]>
Gerrit-Reviewer: Alona Kaplan <[email protected]>
Gerrit-Reviewer: Lior Vernia <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to