* Put old repo back to the html form.

This commit is contained in:
dingguodong
2021-08-05 16:35:13 +08:00
parent a1a9587f8e
commit f864be78f4

View File

@@ -43,7 +43,7 @@
</tr>
<tr class='gitlabRepo hide'>
<th><?php echo $lang->job->repo; ?></th>
<td><?php echo html::select('gitlabRepo', $gitlabRepos, '', "class='form-control'"); ?></td>
<td><?php echo html::select('gitlabRepo', $gitlabRepos, $job->repo, "class='form-control'"); ?></td>
</tr>
<tr>
<th><?php echo $lang->job->product;?></th>