Generate the checks list in JS

This commit is contained in:
Joas Schilling 2016-07-26 17:34:05 +02:00
parent 318d68a9a9
commit 7588f648a1
No known key found for this signature in database
GPG key ID: E166FD8976B3BAC8
3 changed files with 1 additions and 1 deletions

Binary file not shown.

View file

@ -48,7 +48,7 @@
</select>
<select class="check-operator">
{{#each (getOperators class)}}
<option value="{{this}}" {{selectItem this ../operator}}>{{this}}</option>
<option value="{{operator}}" {{selectItem this.operator ../operator}}>{{name}}</option>
{{/each}}
</select>
<input type="text" class="check-value" value="{{value}}">