Tomas Jelinek has posted comments on this change. Change subject: engine,webadmin: Run and pause action enabled ......................................................................
Patch Set 3: (1 inline comment) .................................................... File frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/templates/TemplateGeneralModel.java Line 418: OnPropertyChanged(new PropertyChangedEventArgs("IsStateless")); //$NON-NLS-1$ Line 419: } Line 420: } Line 421: Line 422: private boolean isRunAndPause; This class is a model of the general subtab of the template. In order to make this value appear for this subtab, you need to adjust also the TemplateGeneralModelForm. If you don't want to make this value to appear in this subtab, than you don't need to declare isRunAndPause in this class at all. Line 423: Line 424: public boolean getIsRunAndPause() Line 425: { Line 426: return isRunAndPause; -- To view, visit http://gerrit.ovirt.org/13564 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ib1fe46a9946f7914095310ddac9ab1a9e5a6564b Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Libor Spevak <lspe...@redhat.com> Gerrit-Reviewer: Eli Mesika <emes...@redhat.com> Gerrit-Reviewer: Libor Spevak <lspe...@redhat.com> Gerrit-Reviewer: Omer Frenkel <ofren...@redhat.com> Gerrit-Reviewer: Roy Golan <rgo...@redhat.com> Gerrit-Reviewer: Tomas Jelinek <tjeli...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches