diff options
author | Adam Coldrick <adam@sotk.co.uk> | 2015-09-26 11:19:03 +0100 |
---|---|---|
committer | Adam Coldrick <adam@sotk.co.uk> | 2015-09-28 20:20:09 +0100 |
commit | 3b34af0989fe79e8453bb0ddc9ff3bfaa103d526 (patch) | |
tree | 8dea67b5c2154ec2e72a7b234ae9117780b75d74 /index.html | |
parent | 05522667a1f80877af2d251369dcea72685e5522 (diff) | |
download | ciat-ui-3b34af0989fe79e8453bb0ddc9ff3bfaa103d526.tar.gz |
Get last build
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -10,9 +10,9 @@ <h1><em>Baserock</em> <span>|</span> CIAT</h1> <div class="visualisation" ng-controller="VisualisationController"> - <div class="box" + <div class="box pass" ng-repeat="step in steps"> - {{step.name}} + {{step.name}} {{step.lastBuild}} </div> </div> </body> |