admin: improve exercice-list
This commit is contained in:
parent
a78973be29
commit
4b538cdea8
@ -1,9 +1,17 @@
|
||||
<h2>Exercices
|
||||
<button ng-click="syncFull()" ng-class="{'disabled': inSync}" class="float-right btn btn-sm btn-secondary"><span class="glyphicon glyphicon-refresh" aria-hidden="true"></span> Synchroniser</button>
|
||||
<small style="height: 0px;">
|
||||
<div class="checkbox float-right"><label><input type="checkbox" ng-model="syncFiles"> Fichiers</label></div>
|
||||
<div class="checkbox float-right"><label><input type="checkbox" ng-model="syncHints"> Indices</label></div>
|
||||
<div class="checkbox float-right"><label><input type="checkbox" ng-model="syncKeys"> Flags</label></div>
|
||||
<div class="btn-group btn-group-toggle float-right mr-2">
|
||||
<label class="btn btn-sm btn-secondary" ng-class="{active: syncFiles, 'btn-warning': syncFiles}">
|
||||
<input type="checkbox" ng-model="syncFiles"> Fichiers
|
||||
</label>
|
||||
<label class="btn btn-sm btn-secondary" ng-class="{active: syncHints, 'btn-warning': syncHints}" ng-show="whoami">
|
||||
<input type="checkbox" ng-model="syncHints"> Indices
|
||||
</label>
|
||||
<label class="btn btn-sm btn-secondary" ng-class="{active: syncKeys, 'btn-warning': syncKeys}">
|
||||
<input type="checkbox" ng-model="syncKeys"> Flags
|
||||
</label>
|
||||
</div>
|
||||
</small>
|
||||
</h2>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user