X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-frontend%2Fsrc%2Fapp%2Fran-control%2Fran-control.datasource.ts;h=503f459c798d829889870c12f11ca492fdfdf9bc;hb=9cf5b95a5bc9810d739d14d324dd7d80cbdb4a7d;hp=b23a3cd200bf83c0c3b1ec0ec10f6fb10e90a59f;hpb=44203c43bb16a87eb54cc97431a026e111842c97;p=portal%2Fric-dashboard.git diff --git a/webapp-frontend/src/app/ran-control/ran-control.datasource.ts b/webapp-frontend/src/app/ran-control/ran-control.datasource.ts index b23a3cd2..503f459c 100644 --- a/webapp-frontend/src/app/ran-control/ran-control.datasource.ts +++ b/webapp-frontend/src/app/ran-control/ran-control.datasource.ts @@ -43,9 +43,9 @@ export class RANControlDataSource extends DataSource { super(); } - loadTable() { + loadTable(instanceKey: string) { this.loadingSubject.next(true); - this.e2MgrSvcservice.getRan() + this.e2MgrSvcservice.getRan(instanceKey) .pipe( catchError( (her: HttpErrorResponse) => { console.log('RANControlDataSource failed: ' + her.message);