Skip to content
Snippets Groups Projects
Commit 646f081f authored by Reid Givens's avatar Reid Givens
Browse files

stopped execution tasks list from printing the results property as it caused...

stopped execution tasks list from printing the results property as it caused confusion in some cases but no one seemed to know why were doing it to begin with.
parent 95fc4d4b
No related branches found
No related tags found
No related merge requests found
......@@ -61,10 +61,6 @@
{{ task.startDate}} <span class="badge badge-light border mr-3">Start</span>
{{ task.endDate}} <span class="badge badge-light border">End</span>
</div>
<div class="col-auto" *ngFor="let result of task.results | keyvalue">
{{ result.value }} <span class="badge badge-light border">{{ result.key }}</span>
</div>
<div class="col-auto">
<h6><span class="badge" [ngClass]="getTaskStatusBgClass(task.status)">
{{ task.status }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment