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