Skip to content
This repository has been archived by the owner on Mar 29, 2019. It is now read-only.

Commit

Permalink
Fixes #125 When a scan has a failure, display it in the scan overview
Browse files Browse the repository at this point in the history
  • Loading branch information
st3fan committed Aug 30, 2013
1 parent d313e15 commit 2e09771
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions minion/frontend/static/partials/scan.html
Expand Up @@ -64,6 +64,11 @@ <h3>Issue Counts</h3>

<div class="span8">

<div class="alert alert-error" ng-show="scan.failure">
<p><strong>This scan failed unexpectedly:</strong> {{scan.failure.message}}</p>
<pre ng-show="scan.failure.exception">{{scan.failure.exception}}</pre>
</div>

<h3>Found Issues</h3>

<table class="table table-bordered">
Expand Down

0 comments on commit 2e09771

Please sign in to comment.