admin: add a progression indicator for the deep synchronization
This commit is contained in:
parent
d9fb261232
commit
7227c7109e
4 changed files with 43 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Reference in a new issue