From 0bcc4a975dd41e760cd30806ccbc3d75f66b0f37 Mon Sep 17 00:00:00 2001 From: Sharat Sharma Date: Fri, 16 Dec 2016 02:47:23 +0530 Subject: [PATCH] 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 --- .../workbooks/templates/workbooks/_select_definition.html | 6 ++++++ .../workflows/templates/workflows/_select_definition.html | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/mistraldashboard/workbooks/templates/workbooks/_select_definition.html b/mistraldashboard/workbooks/templates/workbooks/_select_definition.html index 8e1bc85..6b2984f 100644 --- a/mistraldashboard/workbooks/templates/workbooks/_select_definition.html +++ b/mistraldashboard/workbooks/templates/workbooks/_select_definition.html @@ -4,4 +4,10 @@ {% block modal-body-right %}

{% trans "Description:" %}

{% trans "Use one of the available definition source options to specify the definition to be used in creating this workbook." %}

+

+ {% trans "Refer"%} + + Mistral Workflow Language + {% trans " documentation for syntax details." %} +

{% endblock %} diff --git a/mistraldashboard/workflows/templates/workflows/_select_definition.html b/mistraldashboard/workflows/templates/workflows/_select_definition.html index 6a97d9d..b5a323f 100644 --- a/mistraldashboard/workflows/templates/workflows/_select_definition.html +++ b/mistraldashboard/workflows/templates/workflows/_select_definition.html @@ -4,4 +4,10 @@ {% block modal-body-right %}

{% trans "Description:" %}

{% trans "Use one of the available definition source options to specify the definition to be used in creating this workflow." %}

+

+ {% trans "Refer "%} + + Mistral Workflow Language + {% trans " documentation for syntax details." %} +

{% endblock %}