summaryrefslogtreecommitdiff
path: root/partials/visualisation.html
diff options
context:
space:
mode:
Diffstat (limited to 'partials/visualisation.html')
-rw-r--r--partials/visualisation.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/partials/visualisation.html b/partials/visualisation.html
index 4cb9c61..6735014 100644
--- a/partials/visualisation.html
+++ b/partials/visualisation.html
@@ -50,6 +50,12 @@
<div class="lane col-md-2">
<h3>Publishing</h3>
+ <div class="box"
+ ng-class="{'pass': step.lastBuild.success, 'active': step.data.state == 'building', 'fail': step.lastBuild.failed}"
+ ng-repeat="step in publishings"
+ ng-click="select(step, $event)">
+ {{step.name}}
+ </div>
</div>
</div>