show device IP when DNS is not available
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
</tbody>
|
</tbody>
|
||||||
[% WHILE (row = results.next) %]
|
[% WHILE (row = results.next) %]
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="[% uri_for('/device') %]?q=[% row.ip %]">[% row.dns.remove(settings.domain_suffix) %]</a></td>
|
<td><a href="[% uri_for('/device') %]?q=[% row.ip %]">[% row.dns.remove(settings.domain_suffix) || row.ip %]</a></td>
|
||||||
<td>[% row.contact %]</td>
|
<td>[% row.contact %]</td>
|
||||||
<td>[% row.location %]</td>
|
<td>[% row.location %]</td>
|
||||||
<td>[% row.name %]</td>
|
<td>[% row.name %]</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user