Add reusable dry-run execution controls

This commit is contained in:
ajp_anton
2026-08-16 01:51:21 +00:00
parent 58b4f69d63
commit 531992fe47
3 changed files with 111 additions and 2 deletions
+5
View File
@@ -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>