Skip to content

Commit

Permalink
#241 Use the right error message field in job list page
Browse files Browse the repository at this point in the history
  • Loading branch information
nadouani committed Jan 16, 2020
1 parent d3f4400 commit b8bf206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/src/app/pages/jobs/components/jobs.list.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ <h4 class="media-heading text-primary">
<div class="col-sm-12">
<a class="text-danger" href
ng-click="job.showError = !!!job.showError">{{job.showError ? 'Hide' : 'Show'}} error</a>
<pre ng-show="job.showError" class="error-trace">{{job.message}}</pre>
<pre ng-show="job.showError" class="error-trace">{{job.errorMessage}}</pre>
</div>
</div>
</div>
Expand Down

0 comments on commit b8bf206

Please sign in to comment.