Runs now showing title

This commit is contained in:
Jeroen De Meerleer 2017-04-15 10:17:42 +02:00
parent 1c582baa2c
commit 975e207ebb
Signed by: JeroenED
GPG Key ID: 28CCCB8F62BFADD6
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ $twig = new Twig_Environment($loader, array('cache' => 'cache', "debug" => true)
//var_dump($alljobsResult);
//exit;
$jobName = $runsForJobResult[0]['jobname'];
$jobName = $runsForJobResult[0]['name'];
$runsForJobRendered = array();$count = 0;
foreach($runsForJobResult as $key=>$value) {
$runsForJobRendered[$count]["runID"] = $value["runID"];