summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Coldrick <adam@sotk.co.uk>2015-09-26 15:05:23 +0100
committerAdam Coldrick <adam@sotk.co.uk>2015-09-28 20:20:09 +0100
commitc7321b8ba975fcb6a49773197f1305dd0ddd1be9 (patch)
tree23a80f8099a3baba3530cc336ac145a1a7aa0271
parentb50ba35e4fc0c44256e680d4eb36b7c908d020d5 (diff)
downloadciat-ui-c7321b8ba975fcb6a49773197f1305dd0ddd1be9.tar.gz
Show status
-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>