summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/index.html b/index.html
index 3a53a88..93cb23a 100644
--- a/index.html
+++ b/index.html
@@ -10,9 +10,10 @@
<h1><em>Baserock</em> <span>|</span> CIAT</h1>
<div class="visualisation" ng-controller="VisualisationController">
- <div class="box pass"
+ <div class="box"
+ ng-class="{'pass': step.lastBuild.success}"
ng-repeat="step in steps">
- {{step.name}} {{step.lastBuild}}
+ {{step.name}}
</div>
</div>
</body>