enable selection of Windows tasks on the Tasks page

This commit is contained in:
Mike Bonnet 2010-09-21 11:13:26 -04:00
parent 2e0defc4a7
commit a2b91eaa1e
5 changed files with 20 additions and 2 deletions

View file

@ -81,6 +81,10 @@ All
#for $task_type in $alltasks
#if $task_type in ('maven', 'buildMaven') and not $mavenEnabled
#continue
#elif $task_type in ('winbuild', 'vmExec') and not $winEnabled
#continue
#elif $task_type == 'wrapperRPM' and not ($mavenEnabled or $winEnabled)
#continue
#else
<option value="$task_type" #if $method == $task_type then 'selected="selected"' else ''#>$task_type</option>
#end if