Lior Vernia has posted comments on this change.

Change subject: webadmin: Added DC-per-network choice in Discovery popup
......................................................................


Patch Set 8: (1 inline comment)

....................................................
File 
frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/providers/DiscoverNetworksModel.java
Line 29:     private static final String CMD_CANCEL = "Cancel"; //$NON-NLS-1$
Line 30: 
Line 31:     private final ListModel sourceListModel;
Line 32:     private final Provider provider;
Line 33: 
Okay, so it is required to be ListModel, because that's the ListModel that 
backs the ListBox column in the table, who does listen to the itemsChangedEvent.
Line 34:     private ListModel dataCenters = new ListModel();
Line 35:     private ListModel networkList = new ListModel();
Line 36: 
Line 37:     public ListModel getDataCenters() {


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

Gerrit-MessageType: comment
Gerrit-Change-Id: If217cbd8938a81ab0c6c8fed2a12f96b41ad99b8
Gerrit-PatchSet: 8
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>
Gerrit-Reviewer: oVirt Jenkins CI Server
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to