* Correct bad display text.
This commit is contained in:
@@ -55,6 +55,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<th><?php echo $lang->job->server;?></th>
|
||||
<?php if(strtolower($job->engine) == 'gitlab') $job->pipeline = $this->job->getGitlabProjectName($job->id);?>
|
||||
<td><?php echo urldecode($job->pipeline) . '@' . $jenkins->name;?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user