summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Coldrick <adam@sotk.co.uk>2015-09-26 15:04:18 +0100
committerAdam Coldrick <adam@sotk.co.uk>2015-09-28 20:20:09 +0100
commitb50ba35e4fc0c44256e680d4eb36b7c908d020d5 (patch)
tree6e7de465dd63a9f10964c65eb9c52e8caaa3522a
parent5575dee73e16eecb7800316eea49e009f2cf3f71 (diff)
downloadciat-ui-b50ba35e4fc0c44256e680d4eb36b7c908d020d5.tar.gz
try this
-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>