summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index acd728f..2c1f701 100644
--- a/index.html
+++ b/index.html
@@ -11,9 +11,9 @@
<div class="visualisation" ng-controller="VisualisationController">
<div class="box"
- ng-class="{'pass': step.lastBuild.success, 'active': step.data.status == 'building'}"
+ ng-class="{'pass': step.lastBuild.success, 'active': step.data.state == 'building'}"
ng-repeat="step in steps">
- {{step.name}}
+ {{step.name}} ({{step.data.state}})
</div>
</div>
</body>