* Adjust code for webhook module.

This commit is contained in:
wangyidong
2021-03-05 13:31:12 +08:00
parent 407b4b1fc4
commit 21a340c39d
12 changed files with 184 additions and 183 deletions
+3 -3
View File
@@ -91,9 +91,9 @@
<td><?php echo $lang->webhook->note->product;?></td>
</tr>
<tr>
<th><?php echo $lang->webhook->project;?></th>
<td><?php echo html::select('projects[]', $projects, '', "class='form-control chosen' multiple");?></td>
<td><?php echo $lang->webhook->note->project;?></td>
<th><?php echo $lang->webhook->execution;?></th>
<td><?php echo html::select('executions[]', $executions, '', "class='form-control chosen' multiple");?></td>
<td><?php echo $lang->webhook->note->execution;?></td>
</tr>
<tr id='paramsTR'>
<th>