Skip to content

Commit

Permalink
disable advanced option
Browse files Browse the repository at this point in the history
  • Loading branch information
gbaptista committed Mar 23, 2019
1 parent 48d62b4 commit 9908b29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/settings/templates/advanced/form.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{{#strategy}}
<div class="form-check form-check-inline">
<label class="form-check-label">
<input class="form-check-input" type="checkbox" data-reverse="false" data-namespace="advanced" name="try_filter_response_data" value="{{value}}" {{#checked}}checked{{/checked}}>
<input class="form-check-input" type="checkbox" data-reverse="false" data-namespace="advanced" name="try_filter_response_data" value="{{value}}" {{#checked}}checked{{/checked}} disabled>
{{label}}
</label>
</div>
Expand Down

0 comments on commit 9908b29

Please sign in to comment.