Moti Asayag has posted comments on this change.

Change subject: webadmin: Add broker type to neutron agent configuration
......................................................................


Patch Set 1:

(2 comments)

http://gerrit.ovirt.org/#/c/27566/1/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/ApplicationConstants.java
File 
frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/ApplicationConstants.java:

Line 3186: 
Line 3187:     @DefaultStringValue("Messaging Configuration")
Line 3188:     String messagingConfiguration();
Line 3189: 
Line 3190:     @DefaultStringValue("Broker Type")
> Is "broker" the standard name for the implementation of the messaging serve
Done
Line 3191:     String messagingBrokerType();
Line 3192: 
Line 3193:     @DefaultStringValue("Host")
Line 3194:     String messagingServer();


http://gerrit.ovirt.org/#/c/27566/1/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/widget/provider/NeutronAgentWidget.java
File 
frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/widget/provider/NeutronAgentWidget.java:

Line 76: 
Line 77:     @UiField(provided = true)
Line 78:     @Path("brokerType.selectedItem")
Line 79:     @WithElementId("brokerType")
Line 80:     ListModelListBoxEditor<BrokerType> brokerTypeEditor;
> Please move the declaration according to the widget's location in the ui.xm
Done
Line 81: 
Line 82:     @Inject
Line 83:     public NeutronAgentWidget() {
Line 84:         brokerTypeEditor = new ListModelListBoxEditor<BrokerType>(new 
EnumRenderer<BrokerType>());


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I04966edaebd4c9d260bbb42cae16ef3a42467ce3
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Moti Asayag <[email protected]>
Gerrit-Reviewer: Lior Vernia <[email protected]>
Gerrit-Reviewer: Moti Asayag <[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