show last discovered in device search, to help when old/duplicates are in DB

This commit is contained in:
Oliver Gorwits
2014-01-30 07:19:52 +00:00
parent 132dc97bc6
commit 1f46629aea
2 changed files with 6 additions and 2 deletions

View File

@@ -9,6 +9,7 @@
<th>OS Version</th>
<th>Management IP</th>
<th>Serial</th>
<th>Last Discovered</th>
</tr>
</thead>
</tbody>
@@ -22,6 +23,7 @@
<td>[% row.os_ver | html_entity %]</td>
<td>[% row.ip | html_entity %]</td>
<td>[% row.serial | html_entity %]</td>
<td>[% row.last_discover_stamp | html_entity %]</td>
</tr>
[% END %]
</tbody>