settings: new option to disable event fetch from server side
This commit is contained in:
parent
a4e0a90adf
commit
24989c4cfa
3 changed files with 18 additions and 1 deletions
|
|
@ -150,6 +150,13 @@
|
|||
</label>
|
||||
</div>
|
||||
|
||||
<div class="form-check">
|
||||
<label class="custom-control custom-checkbox">
|
||||
<input class="custom-control-input" type="checkbox" ng-model="config.eventKindness">
|
||||
<span class="custom-control-label">Réduire la relève d'évènements côté navigateur</span>
|
||||
</label>
|
||||
</div>
|
||||
|
||||
</fieldset>
|
||||
</div>
|
||||
</form>
|
||||
|
|
|
|||
Reference in a new issue