admin: add a progression indicator for the deep synchronization

This commit is contained in:
nemunaire 2019-01-18 15:39:58 +01:00
commit 7227c7109e
4 changed files with 43 additions and 3 deletions

View file

@ -161,6 +161,9 @@
<dd class="col" ng-bind="configro.sync"></dd>
</dl>
<div class="float-right" ng-if="configro.sync">
{{ syncProgress }}
</div>
<div class="text-left" ng-if="configro.sync">
<button type="button" class="btn btn-secondary" ng-click="deepSync()" ng-disabled="deepSyncInProgress"><span class="glyphicon glyphicon-import" aria-hidden="true"></span> Synchronisation intégrale</button>
</div>