Moti Asayag has posted comments on this change.

Change subject: webadmin: Rewrote arranging of NICs in Host/Networks subtab
......................................................................


Patch Set 6: (1 inline comment)

....................................................
File 
frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/hosts/HostInterfaceListModel.java
Line 518:     private void classifyNics(List<Bond> nonEmptyBonds,
Line 519:             List<Nic> independentNics,
Line 520:             Map<String, List<Nic>> bondToNics,
Line 521:             Map<String, List<Vlan>> nicToVlans) {
Line 522:         for (VdsNetworkInterface i : getOriginalItems()) {
'interface' is a reserved keyword. maybe nic/iface
Line 523:             if (i instanceof Bond) {
Line 524:                 nonEmptyBonds.add((Bond) i);
Line 525:             } else if (i instanceof Nic) {
Line 526:                 if (i.getBondName() == null) {


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I0b464cc023282ceab868230a1c31638ebe75de4d
Gerrit-PatchSet: 6
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]>
Gerrit-Reviewer: Moti Asayag <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to