Allow open ended ranges for segments

This commit is contained in:
Andris Reinman 2016-05-13 20:33:06 +03:00
parent d933f07eac
commit b626ea9c5e
2 changed files with 22 additions and 12 deletions

View file

@ -135,7 +135,7 @@
<label for="value" class="col-sm-2 control-label">Value</label>
<div class="col-sm-10 radio">
<label>
<input type="radio" name="range" value="" {{#unless isRange}} checked {{/unless}}> Use exact match
<input type="radio" name="range" value="" {{#unless value.range}} checked {{/unless}}> Use exact match
</label>
</div>
</div>
@ -150,7 +150,7 @@
<div class="form-group">
<div class="col-sm-offset-2 col-sm-10 radio">
<label>
<input type="radio" name="range" value="yes" {{#if isRange}} checked {{/if}}> Use range match
<input type="radio" name="range" value="yes" {{#if value.range}} checked {{/if}}> Use range match
</label>
</div>
</div>