Merge "Added link to Create Action form Edit"
This commit is contained in:
commit
9cd9873c5e
@ -3,5 +3,11 @@
|
|||||||
{% block form_attrs %}enctype="multipart/form-data"{% endblock %}
|
{% block form_attrs %}enctype="multipart/form-data"{% endblock %}
|
||||||
{% block modal-body-right %}
|
{% block modal-body-right %}
|
||||||
<h3>{% trans "Description:" %}</h3>
|
<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 %}
|
{% endblock %}
|
||||||
|
@ -3,5 +3,11 @@
|
|||||||
{% block form_attrs %}enctype="multipart/form-data"{% endblock %}
|
{% block form_attrs %}enctype="multipart/form-data"{% endblock %}
|
||||||
{% block modal-body-right %}
|
{% block modal-body-right %}
|
||||||
<h3>{% trans "Description:" %}</h3>
|
<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 %}
|
{% endblock %}
|
||||||
|
Loading…
Reference in New Issue
Block a user