Skip to content
Snippets Groups Projects
Commit 599ab8e5 authored by Georgi's avatar Georgi
Browse files

updated the Timelne method to just return the data and not load a view

parent d2fcb316
No related branches found
No related tags found
No related merge requests found
......@@ -91,13 +91,12 @@ class MarkController extends Controller
//get a list of all detector labels
$detectors = $this->server()->activation();
return view(
"app.timeline",
return
["evidences" => $this->server()->findEvidenceForPeriodAndInterval($period, 600),
"agents" => $detectors,
"period" => $period,
"interval" => 600]
);
;
}
public function pause()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment