Shahar Havivi has uploaded a new change for review. Change subject: ui: vminit set correct style for network checkboxes ......................................................................
ui: vminit set correct style for network checkboxes Change-Id: I9ca0e63de515827318b3d76c1539b7b2b754939f Bug-Url: https://bugzilla.redhat.com/1051041 Signed-off-by: Shahar Havivi <shah...@redhat.com> --- M frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/uicommon/popup/vm/VmInitWidget.java 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/29/23829/1 diff --git a/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/uicommon/popup/vm/VmInitWidget.java b/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/uicommon/popup/vm/VmInitWidget.java index 003b284..9f4a02d 100644 --- a/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/uicommon/popup/vm/VmInitWidget.java +++ b/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/uicommon/popup/vm/VmInitWidget.java @@ -365,7 +365,8 @@ setNetworkStaticDetailsStyle(false); windowsSyspreptimeZoneEnabledEditor.addStyleName(customizableStyle.primaryOption()); - windowsSyspreptimeZoneEnabledEditor.addStyleName(customizableStyle.primaryOption()); + networkStartOnBootEditor.addStyleName(customizableStyle.primaryOption()); + networkDhcpEditor.addStyleName(customizableStyle.primaryOption()); windowsSysprepTimeZoneEditor.addStyleName(customizableStyle.primaryOption()); hostnameEditor.addStyleName(customizableStyle.primaryOption()); domainEditor.addStyleName(customizableStyle.primaryOption()); @@ -381,7 +382,6 @@ customScriptEditor.setContentWidgetStyleName(customizableStyle.customScript()); authenticationExpanderContent.addStyleName(customizableStyle.expanderContent()); - networkExpanderContent.addStyleName(customizableStyle.expanderContent()); customScriptExpanderContent.addStyleName(customizableStyle.expanderContent()); } -- To view, visit http://gerrit.ovirt.org/23829 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I9ca0e63de515827318b3d76c1539b7b2b754939f Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Shahar Havivi <shav...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches