Added links to DSL docs in create/update views

Added links to Mistral DSL docs in the following views
* Create Workbook
* Create Workflow
* Update Workbook
* Update Workflow

Change-Id: Iaa2fbe89b6c82423e068c5ed7dc5fd1379f378b2
Implements: blueprint mistral-dashboard-add-doc-links-in-create-views
This commit is contained in:
Sharat Sharma 2016-12-16 02:47:23 +05:30
parent 91fac9f1b1
commit 0bcc4a975d
2 changed files with 12 additions and 0 deletions

View File

@ -4,4 +4,10 @@
{% block modal-body-right %}
<h3>{% trans "Description:" %}</h3>
<p>{% trans "Use one of the available definition source options to specify the definition to be used in creating this workbook." %}</p>
<p>
{% trans "Refer"%}
<a href="http://docs.openstack.org/developer/mistral/dsl/dsl_v2.html#workbooks" title="Workflow Language Syntax" target="_blank">
Mistral Workflow Language</a>
{% trans " documentation for syntax details." %}
</p>
{% endblock %}

View File

@ -4,4 +4,10 @@
{% block modal-body-right %}
<h3>{% trans "Description:" %}</h3>
<p>{% trans "Use one of the available definition source options to specify the definition to be used in creating this workflow." %}</p>
<p>
{% trans "Refer "%}
<a href="http://docs.openstack.org/developer/mistral/dsl/dsl_v2.html#workflows" title="Workflow Language Syntax" target="_blank">
Mistral Workflow Language</a>
{% trans " documentation for syntax details." %}
</p>
{% endblock %}