Merge pull request #1520 from Rosiak/issue-1503

Fix issue-1503
This commit is contained in:
Neil Lathwood
2015-07-22 16:47:56 +01:00

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>