mistral-dashboard/mistraldashboard/workflows
Mateusz Kowalski b42b2c4f25 Expand parameter list for workflow execution
Currently one generic field "Input" is shown when executing a workflow.
This patch checks list of parameters for a workflow and generates
a Django form according to the results, also prefilling any default
value.

In case default value for a parameter is none, field is not marked
as required.

Closes-bug: #1712322
Change-Id: I702d2b196f87e46bc39da00cad509d2f08f5d24c
2017-08-22 14:30:31 +02:00
..
templates/workflows Update the URLs 2017-08-07 17:04:35 +05:30
__init__.py Modify to use API v2 2014-09-15 14:57:59 +07:00
forms.py Expand parameter list for workflow execution 2017-08-22 14:30:31 +02:00
panel.py Removed unnecessary utf-8 encoding 2017-01-11 08:36:15 +05:30
tables.py Workflow list - added missing fields 2016-12-20 12:12:23 +00:00
tests.py Fix gate-mistral-dashboard-python34 2016-02-16 11:15:59 +03:00
urls.py Removed unnecessary utf-8 encoding 2017-01-11 08:36:15 +05:30
views.py Expand parameter list for workflow execution 2017-08-22 14:30:31 +02:00