summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/index.html b/index.html
index cf81848..75a0923 100644
--- a/index.html
+++ b/index.html
@@ -23,7 +23,8 @@
<h3>{{selected.name}}</h3>
<div class="detail-contents">
<p><strong>State:</strong> {{selected.data.state}}</p>
- <p><strong>Most Recent Logs:</strong></p>
+ <p><strong>Last Build:</strong> {{selected.lastBuild.number}} at {{selected.lastBuild.sourceStamps[0].changes[0].at}}
+ <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>