admin: add the ability to sync only one exercice
This commit is contained in:
parent
dc4a4925e3
commit
2ccc59b4fa
3 changed files with 65 additions and 24 deletions
|
@ -1,4 +1,7 @@
|
|||
<h2>{{exercice.title}}</h2>
|
||||
<h2>
|
||||
{{exercice.title}}
|
||||
<button type="button" ng-click="syncExo()" ng-class="{'disabled': inSync}" class="float-right btn btn-sm btn-light"><span class="glyphicon glyphicon-refresh" aria-hidden="true"></span> Synchroniser</button>
|
||||
</h2>
|
||||
|
||||
<div class="row mb-5">
|
||||
|
||||
|
|
Reference in a new issue