admin: read sync import in settings page
This commit is contained in:
parent
58dbd9499b
commit
19b57f5908
2 changed files with 18 additions and 0 deletions
|
|
@ -179,8 +179,12 @@
|
|||
<div class="float-right" ng-if="configro.sync">
|
||||
{{ syncProgress }}
|
||||
</div>
|
||||
<div ng-if="syncReport">
|
||||
Dernier import : {{ syncReport._date[1] }}
|
||||
</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>
|
||||
<a href="check_import.html" class="btn btn-success" target="_self" ng-if="syncReport">Voir le rapport</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Reference in a new issue