Kanagaraj M has posted comments on this change.

Change subject: webadmin : Order the Add Block Host List
......................................................................


Patch Set 1:

(1 comment)

http://gerrit.ovirt.org/#/c/33767/1/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/gluster/VolumeBrickListModel.java
File 
frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/gluster/VolumeBrickListModel.java:

Line 376:                             @Override
Line 377:                             public int compare(VDS host0, VDS host1) {
Line 378:                                 return 
lexoNumeric.compare(host0.getHostName(), host1.getHostName());
Line 379:                             }
Line 380:                         });
This will cover adding bricks to an existing volume. Same change needs to be 
done for new volume as well.
Line 381:                         
volumeBrickModel.getServers().setItems(hostList);
Line 382:                     }
Line 383:                 };
Line 384:                 
AsyncDataProvider.getInstance().getHostListByCluster(_asyncQueryInner, 
cluster.getName());


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

Gerrit-MessageType: comment
Gerrit-Change-Id: Idcc47e29a5e54ff2bd76bb71fe8a56ebf4ff28ab
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: anmolbabu <[email protected]>
Gerrit-Reviewer: Kanagaraj M <[email protected]>
Gerrit-Reviewer: Ramesh N <[email protected]>
Gerrit-Reviewer: Sahina Bose <[email protected]>
Gerrit-Reviewer: Shubhendu Tripathi <[email protected]>
Gerrit-Reviewer: anmolbabu <[email protected]>
Gerrit-Reviewer: [email protected]
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to