Add option to filter based on gpg keys

This commit is contained in:
Andris Reinman 2016-04-15 22:33:37 -07:00
parent 3b6fd47a61
commit 0f1bc6ab72
2 changed files with 24 additions and 0 deletions

View file

@ -32,6 +32,18 @@
</div>
{{/if}}
{{#if columnTypeTextarea}}
<div class="form-group">
<div class="col-sm-offset-2 col-xs-4">
<div class="checkbox">
<label>
<input type="checkbox" name="value" {{#if value.value}} checked {{/if}}> Value exists
</label>
</div>
</div>
</div>
{{/if}}
{{#if columnTypeNumber}}
<div class="form-group">
<label for="value" class="col-sm-2 control-label">Value</label>

View file

@ -37,6 +37,18 @@
</div>
{{/if}}
{{#if columnTypeTextarea}}
<div class="form-group">
<div class="col-sm-offset-2 col-xs-4">
<div class="checkbox">
<label>
<input type="checkbox" name="value" {{#if value.value}} checked {{/if}}> Value exists
</label>
</div>
</div>
</div>
{{/if}}
{{#if columnTypeNumber}}
<div class="form-group">
<label for="value" class="col-sm-2 control-label">Value</label>