Generate the checks list in JS
This commit is contained in:
parent
318d68a9a9
commit
7588f648a1
3 changed files with 1 additions and 1 deletions
Binary file not shown.
Binary file not shown.
|
@ -48,7 +48,7 @@
|
||||||
</select>
|
</select>
|
||||||
<select class="check-operator">
|
<select class="check-operator">
|
||||||
{{#each (getOperators class)}}
|
{{#each (getOperators class)}}
|
||||||
<option value="{{this}}" {{selectItem this ../operator}}>{{this}}</option>
|
<option value="{{operator}}" {{selectItem this.operator ../operator}}>{{name}}</option>
|
||||||
{{/each}}
|
{{/each}}
|
||||||
</select>
|
</select>
|
||||||
<input type="text" class="check-value" value="{{value}}">
|
<input type="text" class="check-value" value="{{value}}">
|
||||||
|
|
Loading…
Reference in a new issue