Display sysObjectID on device overview screen

This commit is contained in:
Paul Gear
2016-01-02 07:10:42 +10:00
parent 18c1a190a1
commit 4d3b39e0ae
+7
View File
@@ -49,6 +49,13 @@ if ($device['serial']) {
</tr>';
}
if ($device['sysObjectID']) {
echo '<tr>
<td>Object ID</td>
<td>'.$device['sysObjectID'].'</td>
</tr>';
}
if ($device['sysContact']) {
echo '<tr>
<td>Contact</td>';