Skip to content
Snippets Groups Projects
Commit 6490c2b4 authored by ddamiron's avatar ddamiron
Browse files

hotfix session logs

parent e7e2d884
No related branches found
No related tags found
5 merge requests!10New updated datalog,!9add all datalog components and services into angular gui,!8update Datalog research input,!7Datalog research input,!14Version 1.3.0
......@@ -13,7 +13,7 @@ export class LogsSessionsComponent implements OnInit {
@Input() childSessionId: string;
// @Input() childSessionsList: [];
@Input() childNbSessions: number;
allSessionsIdInfo: [];
allSessionsIdInfo: any;
childSessionsList: any;
urlCode: string = 'sessionUrl';
constructor(
......@@ -29,7 +29,7 @@ export class LogsSessionsComponent implements OnInit {
getProcessTimeAggr (sessionId) {
this.dataLogsService.getProcessTimeAggr(sessionId).subscribe((result) => {
console.log(result[0]);
this.allSessionsIdInfo = result[0];
this.allSessionsIdInfo = [result[0]];
},
);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment