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

hotfix logs-slugs component

parent a78ffd92
No related branches found
No related tags found
6 merge requests!10New updated datalog,!9add all datalog components and services into angular gui,!8update Datalog research input,!4Add logs pannels to updated admin gui,!7Datalog research input,!14Version 1.3.0
...@@ -40,9 +40,9 @@ export class LogsSlugsComponent implements OnInit { ...@@ -40,9 +40,9 @@ export class LogsSlugsComponent implements OnInit {
} }
getAllUniqueFields() { getAllUniqueFields() {
this.dataLogsService.getAllUniqueFields().subscribe((result) => { this.dataLogsService.getAllUniqueFields().subscribe((result) => {
this.childSessionsList = result[0]['session_id_list']; this.childSlugsList = result[0]['slug_list'];
for (let i = 0; i < this.childNbSessions; i++) { for (let i = 0; i < this.childNbSlugs; i++) {
this.getProcessTimeAggr(this.childSessionsList[i]); this.getProcessTimeAggr(this.childSlugsList[i]);
} }
console.log('allSessionsIdInfo: ', this.allSessionsIdInfo); console.log('allSessionsIdInfo: ', this.allSessionsIdInfo);
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment