* Fix Bug 13654 and 13651.

This commit is contained in:
lichengjun
2021-07-14 21:21:36 +08:00
parent 089977624b
commit a9862dc312
4 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -244,7 +244,7 @@
<tr>
<th><?php echo $lang->task->sync2Gitlab;?></th>
<td><?php echo html::select('gitlab', $gitlabList, '', "class='form-control chosen'");?></td>
<td><?php echo html::select('gitlabProject', '', '', "class='form-control chosen'");?></td>
<td><?php echo html::select('gitlabProject', '', '', "class='w-50px form-control chosen'");?></td>
</tr>
<?php endif;?>
<tr id='after-tr'>