' . $image . ' |
' . generate_device_link($device) . '
' . $device['sysName'] . ' | '
);
echo ('');
if ($port_count) { echo(' '.$port_count); }
echo(' ');
if ($sensor_count) { echo(' '.$sensor_count); }
echo (' | ');
echo(' ' . $device['hardware'] . ' ' . $device['features'] . ' | ');
echo(' ' . $device['os_text'] . ' ' . $device['version'] . ' | ');
echo(' ' . formatUptime($device['uptime'], 'short') . ' ');
if (get_dev_attrib($device,'override_sysLocation_bool')) { $device['location'] = get_dev_attrib($device,'override_sysLocation_string'); }
echo(' ' . truncate($device['location'],32, '') . ' | ');
echo (' ');
?>