X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-frontend%2Fsrc%2Fapp%2Fcaas-ingress%2Fcaas-ingress.datasource.ts;h=637de03e434733db54210a15b8c08e79f1305524;hb=9cf5b95a5bc9810d739d14d324dd7d80cbdb4a7d;hp=0134bb64ac3a52b32c4195d6b15eae571c4fa692;hpb=761f2ad4329fcb8ef86797997f2a8b5fe5368e70;p=portal%2Fric-dashboard.git diff --git a/webapp-frontend/src/app/caas-ingress/caas-ingress.datasource.ts b/webapp-frontend/src/app/caas-ingress/caas-ingress.datasource.ts index 0134bb64..637de03e 100644 --- a/webapp-frontend/src/app/caas-ingress/caas-ingress.datasource.ts +++ b/webapp-frontend/src/app/caas-ingress/caas-ingress.datasource.ts @@ -46,9 +46,9 @@ export class CaasIngressDataSource extends DataSource { super(); } - loadTable(cluster: string, namespace: string) { + loadTable(instanceKey: string, cluster: string, namespace: string) { this.loadingSubject.next(true); - this.caasIngressService.getPodList(cluster, namespace) + this.caasIngressService.getPodList(instanceKey, cluster, namespace) .pipe( catchError((her: HttpErrorResponse) => { console.log('CaasIngressDataSource failed: ' + her.message);