* Finish task#86410,86409
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
.main-content>.center-block {max-width: 800px;}
|
||||
#giteaForm table {width: 600px;}
|
||||
@@ -22,7 +22,6 @@
|
||||
<tr>
|
||||
<th><?php echo $lang->gitea->name;?></th>
|
||||
<td class='required'><?php echo html::input('name', '', "class='form-control'");?></td>
|
||||
<td class="tips-git"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><?php echo $lang->gitea->url;?></th>
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
.main-content>.center-block {max-width: 800px;}
|
||||
#gitlabForm table {width: 600px;}
|
||||
@@ -5,7 +5,7 @@ $lang->gitlab->search = 'Search';
|
||||
$lang->gitlab->create = 'Create GitLab';
|
||||
$lang->gitlab->edit = 'Edit GitLab';
|
||||
$lang->gitlab->view = 'View GitLab';
|
||||
$lang->gitlab->bindUser = 'Bind User';
|
||||
$lang->gitlab->bindUser = 'Permission Setting';
|
||||
$lang->gitlab->webhook = 'Webhook';
|
||||
$lang->gitlab->bindProduct = "Import {$lang->productCommon}";
|
||||
$lang->gitlab->importIssue = 'Import Issue';
|
||||
|
||||
@@ -5,7 +5,7 @@ $lang->gitlab->search = 'Search';
|
||||
$lang->gitlab->create = 'Create GitLab';
|
||||
$lang->gitlab->edit = 'Edit GitLab';
|
||||
$lang->gitlab->view = 'View GitLab';
|
||||
$lang->gitlab->bindUser = 'Bind User';
|
||||
$lang->gitlab->bindUser = 'Permission Setting';
|
||||
$lang->gitlab->webhook = 'Webhook';
|
||||
$lang->gitlab->bindProduct = "Import {$lang->productCommon}";
|
||||
$lang->gitlab->importIssue = 'Import Issue';
|
||||
|
||||
@@ -5,7 +5,7 @@ $lang->gitlab->search = 'Search';
|
||||
$lang->gitlab->create = 'Create GitLab';
|
||||
$lang->gitlab->edit = 'Edit GitLab';
|
||||
$lang->gitlab->view = 'View GitLab';
|
||||
$lang->gitlab->bindUser = 'Bind User';
|
||||
$lang->gitlab->bindUser = 'Permission Setting';
|
||||
$lang->gitlab->webhook = 'Webhook';
|
||||
$lang->gitlab->bindProduct = "Import {$lang->productCommon}";
|
||||
$lang->gitlab->importIssue = 'Import Issue';
|
||||
|
||||
@@ -5,7 +5,7 @@ $lang->gitlab->search = '搜索';
|
||||
$lang->gitlab->create = '添加GitLab';
|
||||
$lang->gitlab->edit = '编辑GitLab';
|
||||
$lang->gitlab->view = '查看GitLab';
|
||||
$lang->gitlab->bindUser = '绑定用户';
|
||||
$lang->gitlab->bindUser = '权限设置';
|
||||
$lang->gitlab->webhook = 'Webhook';
|
||||
$lang->gitlab->bindProduct = "关联{$lang->productCommon}";
|
||||
$lang->gitlab->importIssue = '关联issue';
|
||||
|
||||
@@ -56,7 +56,7 @@
|
||||
<td class='c-actions'>
|
||||
<?php
|
||||
common::printIcon('gitlab', 'edit', "gitlabID=$id", '', 'list', 'edit');
|
||||
echo common::buildIconButton('gitlab', 'bindUser', "gitlabID=$id", '', 'list', 'link');
|
||||
echo common::buildIconButton('gitlab', 'bindUser', "gitlabID=$id", '', 'list', 'lock');
|
||||
common::printIcon('gitlab', 'delete', "gitlabID=$id", '', 'list', 'trash', 'hiddenwin');
|
||||
?>
|
||||
</td>
|
||||
|
||||
@@ -23,7 +23,6 @@
|
||||
<tr>
|
||||
<th><?php echo $lang->gitlab->name;?></th>
|
||||
<td class='required'><?php echo html::input('name', '', "class='form-control' placeholder='{$lang->gitlab->placeholder->name}'");?></td>
|
||||
<td class="tips-git"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><?php echo $lang->gitlab->url;?></th>
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
.main-content>.center-block {max-width: 800px;}
|
||||
#gogsForm table {width: 600px;}
|
||||
@@ -22,7 +22,6 @@
|
||||
<tr>
|
||||
<th><?php echo $lang->gogs->name;?></th>
|
||||
<td class='required'><?php echo html::input('name', '', "class='form-control'");?></td>
|
||||
<td class="tips-git"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><?php echo $lang->gogs->url;?></th>
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
.main-content>.center-block {max-width: 800px;}
|
||||
#jenkinsForm table {width: 600px;}
|
||||
@@ -22,12 +22,10 @@
|
||||
<tr>
|
||||
<th><?php echo $lang->jenkins->name; ?></th>
|
||||
<td class='required'><?php echo html::input('name', '', "class='form-control'"); ?></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><?php echo $lang->jenkins->url; ?></th>
|
||||
<td class='required'><?php echo html::input('url', '', "class='form-control'"); ?></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><?php echo $lang->jenkins->account;?></th>
|
||||
@@ -35,13 +33,11 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<th><?php echo $lang->jenkins->token;?></th>
|
||||
<td><?php echo html::input('token', '', "class='form-control'");?></td>
|
||||
<td><?php echo $lang->jenkins->tokenFirst;?></td>
|
||||
<td><?php echo html::input('token', '', "class='form-control' placeholder='{$lang->jenkins->tokenFirst}'");?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><?php echo $lang->jenkins->password;?></th>
|
||||
<td><?php echo html::password('password', '', "class='form-control'");?></td>
|
||||
<td><?php echo $lang->jenkins->tips;?></td>
|
||||
<td><?php echo html::password('password', '', "class='form-control' placeholder='{$lang->jenkins->tips}'");?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan='2' class='text-center form-actions'>
|
||||
|
||||
@@ -1,2 +1,4 @@
|
||||
.table-form .c-name {width: 130px;}
|
||||
.table-form .c-input {width: 650px;}
|
||||
.main-content>.center-block {max-width: 900px;}
|
||||
#sonarqubeForm table {width: 700px;}
|
||||
|
||||
@@ -22,7 +22,6 @@
|
||||
<tr>
|
||||
<th class='c-name'><?php echo $lang->sonarqube->name;?></th>
|
||||
<td class='c-input'><?php echo html::input('name', '', "class='form-control' placeholder='{$lang->sonarqube->placeholder->name}'");?></td>
|
||||
<td class="tips-git"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><?php echo $lang->sonarqube->url;?></th>
|
||||
|
||||
Reference in New Issue
Block a user