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>
@@ -19,7 +19,7 @@
<td><a class="nd_linkcell"
href="[% search_node %]&q=[% row.net_mac.$mac_format_call | uri %]">
[% row.net_mac.$mac_format_call | html_entity %]</a></td>
[% IF params.vendor %]
[% IF params.show_vendor %]
<td>[% row.oui.company | html_entity %]</td>
[% END %]
<td>IP &rarr; MAC</td>
@@ -35,7 +35,7 @@
[% FOREACH node IN row.node_sightings(archive_filter) %]
<tr>
<td>&nbsp;</td>
[% IF params.vendor %]
[% IF params.show_vendor %]
<td>&nbsp;</td>
[% END %]
<td>Switch Port</td>
@@ -56,7 +56,7 @@
[% FOREACH nodeip IN row.ip_aliases(archive_filter) %]
<tr>
<td>&nbsp;</td>
[% IF params.vendor %]
[% IF params.show_vendor %]
<td>&nbsp;</td>
[% END %]
<td>MAC &rarr; IP</td>

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 %]