No longer use dns as a key into devices; cope with dupe dns
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
</tbody>
|
||||
[% WHILE (row = results.next) %]
|
||||
<tr>
|
||||
<td><a href="[% search_device %]&q=[% row.dns || row.ip | uri %]">
|
||||
<td><a href="[% search_device %]&q=[% row.ip | uri %]">
|
||||
[% row.name | html_entity %]</a>
|
||||
<td>[% row.dns | html_entity %]</td>
|
||||
<td>[% row.ip | html_entity %]</td>
|
||||
@@ -20,4 +20,4 @@
|
||||
</tr>
|
||||
[% END %]
|
||||
</tbody>
|
||||
</table>
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user