Fix issue-1503

- Add SysName to device overview page
This commit is contained in:
Rosiak
2015-07-22 17:22:06 +02:00
parent 8d72b05f26
commit fff6ddb5e3

View File

@ -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>