mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
serial below os
git-svn-id: http://www.observium.org/svn/observer/trunk@2131 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@ -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>');
|
||||
|
||||
?>
|
||||
?>
|
||||
|
Reference in New Issue
Block a user