filterColumn = 0; $sortCriteria->ascending = true; // TODO: do we need to get by media type? // For now passing in LTO_1 (1) as the media type will get all drives // that support LTO1 drives. if(isset($_GET['mode']) and ($_GET['mode'] == 'edlm')) { $drives = edlm_get_drives($user); } else { $drives = get_available_drives_by_type($user, $sortCriteria, (int)MEDIA_TYPE_ANY); } ?>
| isReady ) // { ?> | = $drive->location ?> | = $drive->interfaceType ?> | = $drive->vendor ?> = $drive->driveType ?> | = $drive->status ?> | = $drive->isReady == '1' ? "Ready" : "Not-Ready" ?> |