admin: add the ability to deep sync from interface
This commit is contained in:
parent
4dba8dc882
commit
6aacce23ca
2 changed files with 21 additions and 2 deletions
|
|
@ -119,6 +119,10 @@
|
|||
</div>
|
||||
</fieldset>
|
||||
|
||||
<div class="text-right">
|
||||
<button type="submit" class="btn btn-success"><span class="glyphicon glyphicon-save" aria-hidden="true"></span> Propager ces paramètres</button>
|
||||
</div>
|
||||
|
||||
<hr>
|
||||
|
||||
<div class="form-group row">
|
||||
|
|
@ -126,9 +130,10 @@
|
|||
<div class="col-sm-10">{{ configro.sync }}</div>
|
||||
</div>
|
||||
|
||||
<div class="text-right">
|
||||
<button type="submit" class="btn btn-success"><span class="glyphicon glyphicon-save" aria-hidden="true"></span> Propager ces paramètres</button>
|
||||
<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>
|
||||
|
||||
</form>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Reference in a new issue