option to disable acknowledges for read-only users, closes #481

This commit is contained in:
Alexander Zobnin
2018-03-23 19:14:20 +03:00
parent 0c8308a951
commit fdbbba2fb0
8 changed files with 34 additions and 4 deletions

View File

@@ -126,3 +126,11 @@
</div>
</div>
</div>
<div class="gf-form-group">
<h3 class="page-heading">Other</h3>
<gf-form-switch class="gf-form" label-class="width-20"
label="Disable acknowledges for read-only users"
checked="ctrl.current.jsonData.disableReadOnlyUsersAck">
</gf-form-switch>
</div>