Commit 88787945 authored by Ad Schellevis's avatar Ad Schellevis

crash report, "missing style", closes https://github.com/opnsense/plugins/issues/99

parent 3a7f8310
......@@ -97,7 +97,7 @@ label : dialog label
</tbody>
</table>
</div>
<div class="table-responsive {% if field['style'] %}{{field['style']}}{% endif %}">
<div class="table-responsive {% if style in field %}{{field['style']}}{% endif %}">
<table class="table table-striped table-condensed">
<colgroup>
<col class="col-md-3"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment