Tomas Jelinek has posted comments on this change. Change subject: webadmin, userportal: logical network editor ......................................................................
Patch Set 7: (4 inline comments) .................................................... File frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/CommonApplicationMessages.java Line 97: Line 98: @DefaultMessage("default [{0}]") Line 99: String globalVncKeyboardLayoutCaption(String currentDefault); Line 100: Line 101: @DefaultMessage("VM has {0} Nics. Assign them to the Cluster''s Virtual networks.") Done Line 102: String assignNicsToNetworks(int numOfNics); .................................................... File frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/network/LogicalNetworkEditor.java Line 30: private NicWithLogicalNetworks nicWithNetworks; Line 31: Line 32: private static final CommonApplicationConstants constants = GWT.create(CommonApplicationConstants.class); Line 33: Line 34: public LogicalNetworkEditor(String elementId) { You are right! I have forgotten to implement the element Id handling properly - done Line 35: logicalNetworkEditor = new ListModelListBoxEditor<Network>( Line 36: new NullSafeRenderer<Network>() { Line 37: @Override Line 38: public String renderNullSafe(Network network) { .................................................... File frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/network/LogicalNetworksEditor.java Line 76: networkEditor.setValue((NicWithLogicalNetworks) value); Line 77: contentPanel.add(networkEditor); Line 78: } Line 79: Line 80: headerLabel.setText(messages.assignNicsToNetworks(values.size())); Done Line 81: } Line 82: Line 83: public void flush() { Line 84: // this flushes it .................................................... File frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/userportal/UserPortalListModel.java Line 1403: @Override Line 1404: protected ConsoleContext getConsoleContext() { Line 1405: return ConsoleContext.UP_EXTENDED; Line 1406: } Line 1407: Done Line 1408: -- To view, visit http://gerrit.ovirt.org/15102 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I8a5b488236ba5a08fc9050ed13a6ed49802769da Gerrit-PatchSet: 7 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Tomas Jelinek <tjeli...@redhat.com> Gerrit-Reviewer: Alona Kaplan <alkap...@redhat.com> Gerrit-Reviewer: Daniel Erez <de...@redhat.com> Gerrit-Reviewer: Einav Cohen <eco...@redhat.com> Gerrit-Reviewer: Frank Kobzik <fkob...@redhat.com> Gerrit-Reviewer: Michal Skrivanek <michal.skriva...@redhat.com> Gerrit-Reviewer: Tomas Jelinek <tjeli...@redhat.com> Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches