Fixes to the new repo and build status:
- make the new repo icon gray - have the build status properly center (this is a hack, unfortunately) - have the build status update when open
This commit is contained in:
parent
d7f51fb764
commit
8cb177128b
3 changed files with 29 additions and 10 deletions
|
@ -1,4 +1,4 @@
|
|||
<div class="build-status-container">
|
||||
<div id="build-status-container" class="build-status-container">
|
||||
<span class="build-message">{{ getBuildMessage(build) }}</span>
|
||||
<div class="progress" ng-class="getBuildProgress(build) < 100 ? 'active progress-striped' : ''" ng-show="getBuildProgress(build) >= 0">
|
||||
<div class="progress-bar" role="progressbar" aria-valuenow="{{ getBuildProgress(build) }}" aria-valuemin="0" aria-valuemax="100" style="{{ 'width: ' + getBuildProgress(build) + '%' }}">
|
||||
|
|
Reference in a new issue