admin: View out of sync repositories
This commit is contained in:
parent
9a34e393f3
commit
08107931ea
4 changed files with 29 additions and 2 deletions
|
|
@ -22,6 +22,9 @@
|
|||
<div class="badge badge-success align-self-center" ng-if="syncReport" title="{{ syncReport._updated[syncReport._updated.length-1] }}">
|
||||
Dernier import : {{ syncReport._updated[syncReport._updated.length-1] | date:"medium" }}
|
||||
</div>
|
||||
<a ng-if="configro['sync-type'] === 'GitImporter'" href="repositories" class="btn btn-secondary">
|
||||
Voir les dépôts
|
||||
</a>
|
||||
</div>
|
||||
<div class="progress" style="height: 5px; border-radius: 0;">
|
||||
<div class="progress-bar bg-primary progress-bar-striped" ng-class="{'progress-bar-animated': syncPercent && syncPercent < 100}" role="progressbar" style="width: {{ syncPercent }}%"></div>
|
||||
|
|
|
|||
Reference in a new issue