* Finish task#38911.

This commit is contained in:
qiyu-xie
2021-06-04 22:16:39 +08:00
parent fc473ab743
commit d38cfbd23e
3 changed files with 18 additions and 4 deletions
+1 -1
View File
@@ -36,7 +36,7 @@
</tr>
<tr>
<th><?php echo $lang->testtask->build;?></th>
<td class='w-p35-f'><span id='buildBox'><?php echo html::select('build', $builds, $task->build, "class='form-control chosen'");?></span></td>
<td class='w-p35-f'><span id='buildBox'><?php echo html::select('build', $builds, $task->build, "class='form-control chosen' onchange='loadTestReports(this.value)'");?></span></td>
<td></td>
</tr>
<tr>