mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-17 01:54:49 +00:00
rework "item in" for our Volt templates, closes https://github.com/opnsense/core/issues/1682
This commit is contained in:
parent
8527911968
commit
203ba24047
@ -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"/>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user