Add reusable dry-run execution controls
This commit is contained in:
@@ -16,6 +16,11 @@
|
||||
<button type="submit">Cancel</button>
|
||||
</form>
|
||||
{% endif %}
|
||||
{% if execution_task %}
|
||||
<form method="post" action="{{ url_for('execute_dry_run', run_id=run.id) }}">
|
||||
<button type="submit">{{ execution_task.execution.field.options[1].label }}</button>
|
||||
</form>
|
||||
{% endif %}
|
||||
{% if children %}
|
||||
<h2>Group tasks</h2>
|
||||
<ul>
|
||||
|
||||
Reference in New Issue
Block a user