
There is no more DSL docs since the commit[1] and all of them should be updated. [1]I6e2a10932c648836a1e0632b4cd0fce3ab78f946 Change-Id: I5c67d934f2a7a884ab659af43b7ff6713b908d9c
14 lines
608 B
HTML
14 lines
608 B
HTML
{% extends "horizon/common/_modal_form.html" %}
|
|
{% load i18n %}
|
|
{% block form_attrs %}enctype="multipart/form-data"{% endblock %}
|
|
{% 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 action." %}</p>
|
|
<p>
|
|
{% trans "Refer"%}
|
|
<a href="https://docs.openstack.org/mistral/latest/user/wf_lang_v2.html#actions" title="Workflow Language Syntax" target="_blank">
|
|
Mistral Workflow Language</a>
|
|
{% trans " documentation for syntax details." %}
|
|
</p>
|
|
{% endblock %}
|