mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
@@ -25,6 +25,11 @@ if ($device['features']) {
|
|||||||
|
|
||||||
$device['os_text'] = $config['os'][$device['os']]['text'];
|
$device['os_text'] = $config['os'][$device['os']]['text'];
|
||||||
|
|
||||||
|
echo '<tr>
|
||||||
|
<td>System Name</td>
|
||||||
|
<td>'.$device['sysName'].' </td>
|
||||||
|
</tr>';
|
||||||
|
|
||||||
if ($device['hardware']) {
|
if ($device['hardware']) {
|
||||||
echo '<tr>
|
echo '<tr>
|
||||||
<td>Hardware</td>
|
<td>Hardware</td>
|
||||||
|
Reference in New Issue
Block a user