summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Coldrick <adam@sotk.co.uk>2015-09-28 23:49:09 +0100
committerAdam Coldrick <adam@sotk.co.uk>2015-09-29 00:41:38 +0100
commit80851e285db6574cc77e135196487431b95515c8 (patch)
treec22b3513c9f6ccd876fe30accd550ae2b2409c91
parentbfd019b7755edf2fb9408dedd8d170d8313e776c (diff)
downloadciat-ui-80851e285db6574cc77e135196487431b95515c8.tar.gz
Add more links
-rw-r--r--partials/visualisation.html9
1 files changed, 8 insertions, 1 deletions
diff --git a/partials/visualisation.html b/partials/visualisation.html
index ba3e887..f7a4555 100644
--- a/partials/visualisation.html
+++ b/partials/visualisation.html
@@ -14,13 +14,20 @@
<h3>{{selected.name}}</h3>
<div class="detail-contents">
<p><strong>State:</strong> {{selected.data.state}}</p>
- <p><strong>Last Build:</strong> {{selected.lastBuild.number}} at {{selected.lastBuild.sourceStamps[0].changes[0].at}}
+ <p>
+ <strong>Last Build:</strong>
+ <a ng-href="/#/builders/{{selected.name}}/builds/{{selected.lastBuild.number}}">
+ {{selected.lastBuild.number}} at
+ {{selected.lastBuild.sourceStamps[0].changes[0].at}}
+ </a>
+ </p>
<p><strong>Logs for {{selected.lastBuild.number}}:</strong></p>
<ul>
<li ng-repeat="step in selected.lastBuild.steps">
<a ng-href="{{step.logs[0][1]}}">{{step.name}} {{step.logs[0][0]}}</a>
</li>
</ul>
+ <p><a ng-href="/#/builders/{{selected.name}}/">Full builder details</a></p>
</div>
</div>
</div>