diff options
author | Adam Coldrick <adam@sotk.co.uk> | 2015-10-03 18:19:36 +0100 |
---|---|---|
committer | Adam Coldrick <adam@sotk.co.uk> | 2015-10-03 18:48:16 +0100 |
commit | f41238f252e6e4bb5f1a0cf9f74e9255fc46edaf (patch) | |
tree | 8a253d262a3ce3e2bdc00b30f58b5cfb5b8a3552 /partials | |
parent | 1a393265d60cc43c888947e87ff483e15ab65ee0 (diff) | |
download | ciat-ui-f41238f252e6e4bb5f1a0cf9f74e9255fc46edaf.tar.gz |
Add a link to the build log in the recent builds table
Take a guess at the most useful log by trying to work out which
step failed (if failure), or just using the last log otherwise.
Diffstat (limited to 'partials')
-rw-r--r-- | partials/builder_detail.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/partials/builder_detail.html b/partials/builder_detail.html index f4b694e..14d2397 100644 --- a/partials/builder_detail.html +++ b/partials/builder_detail.html @@ -14,6 +14,7 @@ <td><strong>Elapsed Time</strong></td> <!-- TODO <td><strong>Definitions SHA</strong></td> --> <td><strong>Result</strong></td> + <td></td> </thead> <tbody> <tr ng-repeat="build in builds"> @@ -37,6 +38,7 @@ In progress </span> </td> + <td><a ng-href="{{build.logLink}}">Log</a></td> </tr> </tbody> </table> |