summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorAdam Coldrick <adam@sotk.co.uk>2015-09-27 00:11:13 +0100
committerAdam Coldrick <adam@sotk.co.uk>2015-09-28 20:26:11 +0100
commitc3aac2de97d4d79d0fa1c0040bc7c46bdf0a6602 (patch)
tree109cdbfcd2c6375047814ab217fef97e1275f75e /index.html
parenta44fe25d73abfdbd691f27e0e35008f4080f3685 (diff)
downloadciat-ui-c3aac2de97d4d79d0fa1c0040bc7c46bdf0a6602.tar.gz
Detail position
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 264e1a3..1f198b4 100644
--- a/index.html
+++ b/index.html
@@ -16,10 +16,11 @@
ng-click="select(step, $event)">
{{step.name}}
</div>
+ <br />
<div class="detail"
ng-show="selected">
<h3>{{selected.name}}</h3>
- <em>State:</em> {{selected.data.state}}
+ <strong>State:</strong> {{selected.data.state}}
<br />
<a ng-href="{{selected.lastBuild.logs[2][1]}}">Last Build Log</a>
</div>