Add option to filter based on gpg keys
This commit is contained in:
parent
3b6fd47a61
commit
0f1bc6ab72
2 changed files with 24 additions and 0 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue