summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/index.html b/index.html
index aa1d344..aa7570d 100644
--- a/index.html
+++ b/index.html
@@ -11,7 +11,8 @@
<div class="visualisation" ng-controller="VisualisationController">
<div class="box"
- ng-class="{'pass': step.lastBuild.success}"
+ ng-class="{'pass': step.lastBuild.success,
+ 'active': step.data.status === 'building'}"
ng-repeat="step in steps">
{{step.name}}
</div>