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 eb22aeb commit 8e39ad0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api/ui/results.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ public function get() {
case 'up':
$system = new System($this->get['systemId']);
$arr = $system->getResultsAll();
echo $arr;
$jsonJob = json_decode($arr, true);
echo $jsonJob[0];
break;
case 'down':
echo 'down';
Expand Down

0 comments on commit 8e39ad0

Please sign in to comment.