Alona Kaplan has posted comments on this change. Change subject: webadmin: Wrong vnics when creating vm from blank template ......................................................................
Patch Set 1: (1 comment) http://gerrit.ovirt.org/#/c/30637/1/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/profile/ProfileInstanceTypeEditor.java File frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/profile/ProfileInstanceTypeEditor.java: Line 70: @Override Line 71: public void edit(final VnicInstanceType model) { Line 72: driver.edit(model); Line 73: Line 74: String vnicName = model.getNetworkInterface().getName(); > This variable is used only once, so can probably be removed and inlined in Done Line 75: Line 76: profileEditor.addLabelStyleName(style.noDisplay()); Line 77: profileEditor.addContentWidgetStyleName(style.contentStyle()); Line 78: profileEditor.setElementId(ElementIdUtils.createElementId(elementId, vnicName)); -- To view, visit http://gerrit.ovirt.org/30637 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I60be6b21050c43bb004e56688f8e306b5b943d24 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alona Kaplan <[email protected]> Gerrit-Reviewer: Alona Kaplan <[email protected]> Gerrit-Reviewer: Lior Vernia <[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
