' . generate_device_link($device) . ' | '
);
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(' ');
?>