remove collision in "vendor" param name

This commit is contained in:
Oliver Gorwits
2013-09-22 18:20:31 +01:00
parent a09d494858
commit 8b22bf6c0d
3 changed files with 11 additions and 11 deletions

View File

@@ -2,7 +2,7 @@
<thead>
<tr>
<th>MAC</th>
[% IF params.vendor %]
[% IF params.show_vendor %]
<th>Vendor</th>
[% END %]
<th>Match</th>
@@ -26,7 +26,7 @@
&nbsp;
[% END %]
</a>
[% IF params.vendor %]
[% IF params.show_vendor %]
<td>
[% IF first_row %]
[% row.oui.company | html_entity %]
@@ -58,7 +58,7 @@
&nbsp;
[% END %]
</td>
[% IF params.vendor %]
[% IF params.show_vendor %]
<td>
[% IF first_row %]
[% node.oui.company | html_entity %]
@@ -93,7 +93,7 @@
&nbsp;
[% END %]
</td>
[% IF params.vendor %]
[% IF params.show_vendor %]
<td>
[% IF first_row %]
[% port.oui.company | html_entity %]