Merge "Added link to Create Action form Edit"

This commit is contained in:
Jenkins 2017-05-15 14:11:20 +00:00 committed by Gerrit Code Review
commit 9cd9873c5e
2 changed files with 14 additions and 2 deletions

View File

@ -3,5 +3,11 @@
{% block form_attrs %}enctype="multipart/form-data"{% endblock %}
{% block modal-body-right %}
<h3>{% trans "Description:" %}</h3>
<p>{% trans "Create a new action with the provided definition." %}</p>
<p>{% trans "Use one of the available definition source options to specify the definition to be used in creating this action." %}</p>
<p>
{% trans "Refer"%}
<a href="http://docs.openstack.org/developer/mistral/dsl/dsl_v2.html#actions" title="Workflow Language Syntax" target="_blank">
Mistral Workflow Language</a>
{% trans " documentation for syntax details." %}
</p>
{% endblock %}

View File

@ -3,5 +3,11 @@
{% block form_attrs %}enctype="multipart/form-data"{% endblock %}
{% block modal-body-right %}
<h3>{% trans "Description:" %}</h3>
<p>{% trans "Update action with the provided definition." %}</p>
<p>{% trans "Use one of the available definition source options to specify the definition to be used in updating this action." %}</p>
<p>
{% trans "Refer"%}
<a href="http://docs.openstack.org/developer/mistral/dsl/dsl_v2.html#actions" title="Workflow Language Syntax" target="_blank">
Mistral Workflow Language</a>
{% trans " documentation for syntax details." %}
</p>
{% endblock %}