Commit 1c94fdb1 authored by Michael Lange's avatar Michael Lange
Browse files

Don't use the verbose diff for job run plan

Showing with 4 additions and 4 deletions
+4 -4
......@@ -80,10 +80,10 @@
</span>
Task: "{{task.Name}}"
{{#if task.Annotations}}
({{#each task.Annotations as |annotation index|}}
({{~#each task.Annotations as |annotation index|}}
<span class="{{css-class annotation}}">{{annotation}}</span>
{{#unless (eq index (dec annotations.length))}},{{/unless}}
{{/each}})
{{#unless (eq index (dec task.Annotations.length))}},{{/unless}}
{{/each~}})
{{/if}}
{{#if (or verbose (eq (lowercase task.Type "edited")))}}
{{job-diff-fields-and-objects fields=task.Fields objects=task.Objects}}
......
......@@ -71,7 +71,7 @@
<div class="boxed-section">
<div class="boxed-section-head">Job Plan</div>
<div class="boxed-section-body is-dark">
{{job-diff data-test-plan-output diff=planOutput}}
{{job-diff data-test-plan-output diff=planOutput verbose=false}}
</div>
</div>
<div class="content is-associative">
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment