include('user_inc.htm'); $sortCriteria = new SortCriteria(); $sortCriteria->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. $drives = get_available_drives_by_type($user, $sortCriteria, 1); ?>
// if( $drive->isReady ) // { ?> // } ?> | = $drive->location ?> | = $drive->interfaceType ?> | = $drive->driveType ?> | = $drive->status ?> | = $drive->isReady == '1' ? "Ready" : "Not-Ready" ?> |