[#66] Fix display of vlan membership

This commit is contained in:
Oliver Gorwits
2014-01-11 09:44:35 +00:00
parent 1e0c6b9598
commit 862f2ba5b1
10 changed files with 53 additions and 63 deletions

View File

@@ -16,7 +16,7 @@
[% ' (' _ row.device.dns _ ')' IF row.device.dns %]
</td>
<td>[% row.descr | html_entity %]</td>
<td>[% row.vlan | html_entity %]</td>
<td>[% row.vlan | html_entity %]</td>
</tr>
[% END %]
</tbody>

View File

@@ -9,4 +9,4 @@
[% END %]
[% CSV.dump(mylist) %]
[% END %]
[% END %]