summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/index.html b/index.html
index aa7570d..acd728f 100644
--- a/index.html
+++ b/index.html
@@ -11,8 +11,7 @@
<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.status == 'building'}"
ng-repeat="step in steps">
{{step.name}}
</div>