Skip to content

Commit

Permalink
Expermineting to drag results
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrikBuetler committed Jun 18, 2024
1 parent 17af2bf commit fb6a0f3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion api/ui/results.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@ public function get() {
$system = new System($this->get['systemId']);
$arr = $system->getResultsAll();
$jsonJob = json_decode($arr, true);
echo $jsonJob;
foreach ($jsonJob as $job) {
echo $job;
}
break;
case 'down':
echo 'down';
Expand Down

0 comments on commit fb6a0f3

Please sign in to comment.