Lior Vernia has posted comments on this change.

Change subject: webadmin: Fixed sorting of bonds in create bond popup
......................................................................


Patch Set 4: (1 inline comment)

....................................................
File 
frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/hosts/HostSetupNetworksModel.java
Line 444:                 return;
Line 445:             }
Line 446:             bondPopup.getBond().setItems(freeBonds);
Line 447: 
Line 448:             Collections.sort(freeBonds, new 
Comparator<VdsNetworkInterface>() {
Not possible easily, since there's no explicit setItems() in 
HostBondInterfaceModel, it's done through getBond() which just returns the 
generic ListModel. However, right now it doesn't matter, as only when creating 
a new bond is the list of available bonds displayed.
Line 449: 
Line 450:                 LexoNumericComparator lexoNumeric = new 
LexoNumericComparator();
Line 451: 
Line 452:                 @Override


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

Gerrit-MessageType: comment
Gerrit-Change-Id: Ief91fe080d1642d25eca43be9506250892ce746b
Gerrit-PatchSet: 4
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Lior Vernia <lver...@redhat.com>
Gerrit-Reviewer: Alona Kaplan <alkap...@redhat.com>
Gerrit-Reviewer: Lior Vernia <lver...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to