* Correct bad display text.

This commit is contained in:
dingguodong
2021-07-27 09:22:41 +08:00
parent 5dd8dccdce
commit 5f437c5387
+1
View File
@@ -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>