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