Jakub Niedermertl has uploaded a new change for review. Change subject: webadmin: Reference to non-existent css class removed ......................................................................
webadmin: Reference to non-existent css class removed This patch follows https://bugzilla.redhat.com/show_bug.cgi?id=1138556 and removes usages of css classes removed by referenced bug. Change-Id: I7811fe1de36ee2775842943c646a805a35486060 Signed-off-by: Jakub Niedermertl <[email protected]> --- M frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/cluster/ClusterPopupView.ui.xml 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/64/37764/1 diff --git a/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/cluster/ClusterPopupView.ui.xml b/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/cluster/ClusterPopupView.ui.xml index 8f51ea0..ac87edf 100644 --- a/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/cluster/ClusterPopupView.ui.xml +++ b/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/cluster/ClusterPopupView.ui.xml @@ -175,8 +175,8 @@ <e:ListModelListBoxEditor ui:field="cpuEditor" /> <e:ListModelListBoxEditor ui:field="versionEditor" /> <g:VerticalPanel ui:field="servicesCheckboxPanel"> - <ge:EntityModelCheckBoxEditor ui:field="enableOvirtServiceEditor" addStyleNames="cpv_enableOvirtService_pfly_fix"/> - <ge:EntityModelCheckBoxEditor ui:field="enableGlusterServiceEditor" addStyleNames="cpv_enableGlusterService_pfly_fix" /> + <ge:EntityModelCheckBoxEditor ui:field="enableOvirtServiceEditor" /> + <ge:EntityModelCheckBoxEditor ui:field="enableGlusterServiceEditor" /> </g:VerticalPanel> <g:VerticalPanel ui:field="servicesRadioPanel"> <ge:EntityModelRadioButtonEditor ui:field="enableOvirtServiceOptionEditor" /> -- To view, visit http://gerrit.ovirt.org/37764 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I7811fe1de36ee2775842943c646a805a35486060 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Jakub Niedermertl <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
