diff --git a/src/app/client/src/app/modules/program-dashboard/components/program-datasets/program-datasets.component.html b/src/app/client/src/app/modules/program-dashboard/components/program-datasets/program-datasets.component.html index 705b1b1275f3d96c968de32ee9811b5d00504c8d..25905040fcb797792e102aea482cc2192fd9d74a 100644 --- a/src/app/client/src/app/modules/program-dashboard/components/program-datasets/program-datasets.component.html +++ b/src/app/client/src/app/modules/program-dashboard/components/program-datasets/program-datasets.component.html @@ -39,7 +39,7 @@ </ng-template> <ng-container *ngTemplateOutlet="programDataset"></ng-container> </mat-tab> - <mat-tab appTelemetryInteract> + <!-- <mat-tab appTelemetryInteract> <ng-template mat-tab-label> <span class="font-weight-bold">{{resourceService?.frmelmnts?.lbl?.graphs}}</span> </ng-template> @@ -50,7 +50,7 @@ <span class="font-weight-bold">{{resourceService?.frmelmnts?.lbl?.table}}</span> </ng-template> <ng-container *ngTemplateOutlet="table"></ng-container> - </mat-tab> + </mat-tab> --> </mat-tab-group> </div> diff --git a/src/app/client/src/app/modules/program-dashboard/components/program-datasets/program-datasets.component.ts b/src/app/client/src/app/modules/program-dashboard/components/program-datasets/program-datasets.component.ts index 537d9230e1df3906a19ac05df11d3b87d1047cf9..e85529f332d6c0a19e736fb6722f6e48fdbe4f5f 100644 --- a/src/app/client/src/app/modules/program-dashboard/components/program-datasets/program-datasets.component.ts +++ b/src/app/client/src/app/modules/program-dashboard/components/program-datasets/program-datasets.component.ts @@ -311,16 +311,16 @@ export class DatasetsComponent implements OnInit, OnDestroy { "reportconfig.report_status": "active" } - this.dashboardReport$ = this.renderReport(filtersForReport).pipe( - catchError(err => { - console.error('Error while rendering report', err); - this.noResultMessage = { - 'messageText': _.get(err, 'messageText') || 'messages.stmsg.m0131' - }; - this.noResult = true; - return of({}); - }) - ); + // this.dashboardReport$ = this.renderReport(filtersForReport).pipe( + // catchError(err => { + // console.error('Error while rendering report', err); + // this.noResultMessage = { + // 'messageText': _.get(err, 'messageText') || 'messages.stmsg.m0131' + // }; + // this.noResult = true; + // return of({}); + // }) + // ); if (types && types.length > 0) { types.forEach(element => {