No longer use dns as a key into devices; cope with dupe dns
This commit is contained in:
		| @@ -10,7 +10,7 @@ | ||||
|   </tbody> | ||||
|     [% FOREACH row IN results %] | ||||
|     <tr> | ||||
|       <td class="nd_center-cell"><a href="[% search_device %]&q=[% row.dns || row.ip | uri %]"> | ||||
|       <td class="nd_center-cell"><a href="[% search_device %]&q=[% row.ip | uri %]"> | ||||
|             [% row.dns || row.name || row.ip | html_entity %]</a> | ||||
|       <td class="nd_center-cell">[% row.alias | html_entity %]</td> | ||||
|       <td class="nd_center-cell">[% row.contact | html_entity %]</td> | ||||
| @@ -18,4 +18,4 @@ | ||||
|     </tr> | ||||
|     [% END %] | ||||
|   </tbody> | ||||
| </table> | ||||
| </table> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user