* Add tips for when adding gitlab server.

This commit is contained in:
dingguodong
2021-06-11 11:47:25 +08:00
parent 61debf97e9
commit 3441ea0ad6
2 changed files with 7 additions and 3 deletions
+3 -3
View File
@@ -23,17 +23,17 @@
<tr>
<th><?php echo $lang->gitlab->name; ?></th>
<td class='required'><?php echo html::input('name', '', "class='form-control'"); ?></td>
<td></td>
<td class="tips-git"><?php echo $lang->gitlab->gitlabNameTips; ?></td>
</tr>
<tr>
<th><?php echo $lang->gitlab->url; ?></th>
<td class='required'><?php echo html::input('url', '', "class='form-control'"); ?></td>
<td></td>
<td class="tips-git"><?php echo $lang->gitlab->gitlabUrlTips; ?></td>
</tr>
<tr>
<th><?php echo $lang->gitlab->token;?></th>
<td><?php echo html::input('token', '', "class='form-control'");?></td>
<td><span></span></td>
<td class="tips-git"><?php echo $lang->gitlab->gitlabTokenTips; ?></td>
</tr>
<tr>
<th></th>