diff --git a/app/templates/runs/detail.html b/app/templates/runs/detail.html index 38f608a..fb12c11 100644 --- a/app/templates/runs/detail.html +++ b/app/templates/runs/detail.html @@ -94,6 +94,16 @@ {% endfor %} + + +
+ + Show Plan JSON + +
+
{{ plan | tojson(indent=2) }}
+
+
{% else %}

No plan available for this run.

{% endif %}