* Add execution task gitlab.

This commit is contained in:
lichengjun
2021-06-21 16:34:16 +08:00
parent d1156f769d
commit 0205c86b34
3 changed files with 14 additions and 1 deletions
+4
View File
@@ -45,6 +45,10 @@
</div>
</td>
</tr>
<tr>
<th><?php echo $lang->task->sync;?></th>
<td><?php echo html::select('type', $lang->task->syncList, '', "class='form-control chosen' onchange='setOwners(this.value)'");?></td>
</tr>
<tr>
<th><?php echo $lang->task->module;?></th>
<td id='moduleIdBox'><?php echo html::select('module', $moduleOptionMenu, $task->module, "class='form-control chosen' onchange='setStories(this.value, $execution->id)'");?></td>