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

final css corrections for datalogs report

parent 6df08886
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
...@@ -63,7 +63,6 @@ export class LogsSessionsComponent implements OnChanges { ...@@ -63,7 +63,6 @@ export class LogsSessionsComponent implements OnChanges {
this.paginator.limit = this._dataLogsService.limit; this.paginator.limit = this._dataLogsService.limit;
this.paginator.pageIndex = this._dataLogsService.pageNumber; this.paginator.pageIndex = this._dataLogsService.pageNumber;
this.paginator.length = this.childNbSessions; this.paginator.length = this.childNbSessions;
console.log('allSessionsInfoList: ', this.allSessionsInfoList);
this.formatDate(); this.formatDate();
}, },
); );
......
...@@ -54,7 +54,6 @@ export class LogsSlugsComponent implements OnChanges { ...@@ -54,7 +54,6 @@ export class LogsSlugsComponent implements OnChanges {
this.paginator.limit = this._dataLogsService.limit; this.paginator.limit = this._dataLogsService.limit;
this.paginator.pageIndex = this._dataLogsService.pageNumber; this.paginator.pageIndex = this._dataLogsService.pageNumber;
this.paginator.length = this.childNbSlugs; this.paginator.length = this.childNbSlugs;
console.log('allSlugsInfoList: ', this.allSlugsInfoList);
this.formatDate(); this.formatDate();
}, },
); );
......
...@@ -91,7 +91,6 @@ export class LogsErrorComponent implements OnChanges { ...@@ -91,7 +91,6 @@ export class LogsErrorComponent implements OnChanges {
this.childUuid, this.childUuid,
this.childSessionId, this.childSessionId,
).subscribe((results) => { ).subscribe((results) => {
console.log('getAllStepsDuration results', results);
this.allStepsData = results; this.allStepsData = results;
}, },
); );
......
...@@ -86,7 +86,6 @@ export class LogsInfoComponent implements OnChanges { ...@@ -86,7 +86,6 @@ export class LogsInfoComponent implements OnChanges {
this.childUuid, this.childUuid,
this.childSessionId, this.childSessionId,
).subscribe((results) => { ).subscribe((results) => {
console.log('getAllStepsDuration results', results);
this.allStepsData = results; this.allStepsData = results;
}, },
); );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment