Fixed the device image in the devices list (now shows image)

This commit is contained in:
laf
2014-09-30 02:27:52 +01:00
parent bfec971f9f
commit 40ffbe03e8

View File

@@ -25,6 +25,7 @@ $type = strtolower($device['os']);
if ($device['os'] == "ios") { formatCiscoHardware($device, true); }
$device['os_text'] = $config['os'][$device['os']]['text'];
$image = getImage($device);
echo(' <tr onclick="location.href=\'device/'.$device['device_id'].'/\'" style="cursor: pointer;">
<td class="'. $class .' "></td>