* gitlab for upgrade.

This commit is contained in:
David.li
2021-06-07 16:36:46 +08:00
parent 3716f8568e
commit 6be518e93b
9 changed files with 127 additions and 68 deletions
-9
View File
@@ -29,20 +29,11 @@
<td class='required'><?php echo html::input('url', $gitlab->url, "class='form-control'"); ?></td>
<td></td>
</tr>
<tr>
<th><?php echo $lang->gitlab->account;?></th>
<td><?php echo html::input('account', $gitlab->account, "class='form-control'");?></td>
</tr>
<tr>
<th><?php echo $lang->gitlab->token;?></th>
<td><?php echo html::input('token', $gitlab->token, "class='form-control'");?></td>
<td><?php echo $lang->gitlab->tokenFirst;?></td>
</tr>
<tr>
<th><?php echo $lang->gitlab->password;?></th>
<td><?php echo html::password('password', $gitlab->password, "class='form-control'");?></td>
<td><?php echo $lang->gitlab->tips;?></td>
</tr>
<tr>
<th></th>
<td class='text-center form-actions'>