mirror of
https://github.com/stylersnico/librenms.git
synced 2026-08-01 16:26:55 +02: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>');
|
</tr>');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
echo('<tr>
|
||||||
|
<td class="list-bold">Operating System</td>
|
||||||
|
<td>' . $device['os_text'] . ' ' . $device['version'] . ' ' . $device['features'] . ' </td>
|
||||||
|
</tr>');
|
||||||
|
|
||||||
if ($device['serial'])
|
if ($device['serial'])
|
||||||
{
|
{
|
||||||
echo('<tr>
|
echo('<tr>
|
||||||
@@ -29,11 +34,6 @@ if ($device['serial'])
|
|||||||
</tr>');
|
</tr>');
|
||||||
}
|
}
|
||||||
|
|
||||||
echo('<tr>
|
|
||||||
<td class="list-bold">Operating System</td>
|
|
||||||
<td>' . $device['os_text'] . ' ' . $device['version'] . ' ' . $device['features'] . ' </td>
|
|
||||||
</tr>');
|
|
||||||
|
|
||||||
if ($device['sysContact'])
|
if ($device['sysContact'])
|
||||||
{
|
{
|
||||||
echo('<tr>
|
echo('<tr>
|
||||||
@@ -77,4 +77,4 @@ if ($uptime)
|
|||||||
echo('
|
echo('
|
||||||
</table>');
|
</table>');
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|||||||
Reference in New Issue
Block a user