* Add execution task gitlab.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user