Skip to content
Snippets Groups Projects
Verified Commit 8182a0e6 authored by Janis Streib's avatar Janis Streib :owl:
Browse files

FIXUP: broken list

parent cdbcfbdd
No related branches found
No related tags found
No related merge requests found
Pipeline #399550 passed
......@@ -42,13 +42,13 @@
<tr>
<th style="border: 1px solid black; border-collapse: collapse;">Broadcast Domain</th>
<td style="border: 1px solid black; border-collapse: collapse;">{{ action['bcd']['name'] }} ({% if action['bcd_tagged'] %}add tagged{% else %}untagged{% endif %})
<ul>
{% for v in action['vlan_ids'] %}
<li>{{ v }}</li>
{% endfor %}
</ul>
</td>
</tr>
<ul>
{% for v in action['vlan_ids'] %}
<li>{{ v }}</li>
{% endfor %}
</ul>
{% endif %}
{% if action['new_insert_type'] %}
<tr>
......@@ -85,7 +85,7 @@
{% endif %}
</table>
{% if not loop.last %}
<hl/>
<hr/>
{% endif %}
{% endfor %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment