Added link to Create Action form Edit

The Create Workbook and Create Workflow form has links to the
Workflow Language syntax. Similarly, link to the syntax for
creating action is added to the Create Action form.

Change-Id: I9dd25f96f0904c19998c91df32908500545e098c
Closes-Bug: #1680103
This commit is contained in:
Sharat Sharma 2017-04-05 19:48:53 +05:30
parent aff5d8f30d
commit 6534bf866f
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 %}