* Remove extra character.
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
</thead>
|
||||
<tbody>
|
||||
<?php foreach($jobList as $id => $job):?>
|
||||
I <?php
|
||||
<?php
|
||||
if(strtolower($job->engine) == 'gitlab')
|
||||
{
|
||||
$pipeline = json_decode($job->pipeline);
|
||||
|
||||
Reference in New Issue
Block a user