serial below os

git-svn-id: http://www.observium.org/svn/observer/trunk@2131 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong 2011-04-21 13:30:09 +00:00
parent bf138579bb
commit 6826be0f91

View File

@ -21,6 +21,11 @@ if ($device['hardware'])
</tr>');
}
echo('<tr>
<td class="list-bold">Operating System</td>
<td>' . $device['os_text'] . ' ' . $device['version'] . ' ' . $device['features'] . ' </td>
</tr>');
if ($device['serial'])
{
echo('<tr>
@ -29,11 +34,6 @@ if ($device['serial'])
</tr>');
}
echo('<tr>
<td class="list-bold">Operating System</td>
<td>' . $device['os_text'] . ' ' . $device['version'] . ' ' . $device['features'] . ' </td>
</tr>');
if ($device['sysContact'])
{
echo('<tr>
@ -77,4 +77,4 @@ if ($uptime)
echo('
</table>');
?>
?>