Rename Exercice's Keys as Flags
This commit is contained in:
parent
f36e1c4e4d
commit
d21f3b0b83
18 changed files with 252 additions and 252 deletions
|
|
@ -8,8 +8,8 @@
|
|||
<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 class="btn btn-sm btn-secondary" ng-class="{active: syncFlags, 'btn-warning': syncFlags}">
|
||||
<input type="checkbox" ng-model="syncFlags"> Flags
|
||||
</label>
|
||||
</div>
|
||||
</small>
|
||||
|
|
|
|||
Reference in a new issue