rework "item in" for our Volt templates, closes https://github.com/opnsense/core/issues/1682

This commit is contained in:
Ad Schellevis 2017-06-14 18:35:34 +02:00
parent 8527911968
commit 203ba24047

View File

@ -97,7 +97,7 @@ label : dialog label
</tbody>
</table>
</div>
<div class="table-responsive {% if style in field %}{{field['style']}}{% endif %}">
<div class="table-responsive {{field['style']|default('')}}">
<table class="table table-striped table-condensed">
<colgroup>
<col class="col-md-3"/>