summaryrefslogtreecommitdiff
path: root/partials/visualisation.html
diff options
context:
space:
mode:
Diffstat (limited to 'partials/visualisation.html')
-rw-r--r--partials/visualisation.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/partials/visualisation.html b/partials/visualisation.html
index 0c5710f..e64fae4 100644
--- a/partials/visualisation.html
+++ b/partials/visualisation.html
@@ -26,7 +26,7 @@
ng-class="{'pass': step.lastBuild.success, 'active': step.data.state == 'building', 'fail': step.lastBuild.failed}"
ng-click="select(step, $event)">
{{step.name}}
- <div class="progress">
+ <div class="progress {{step.style}}">
<div class="progress-bar {{step.style}}" role="progressbar" aria-valuenow="{{step.progress}}" aria-valuemin="0" aria-valuemax="100" style="width: {{step.progress}}%">
<span class="sr-only">{{step.progress}}% Complete</span>
</div>