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=b7d7982bbfbf3a1333feb8b811f99497752d3722;hp=0134bb64ac3a52b32c4195d6b15eae571c4fa692;hpb=53f1fcf033e3a166d7203e0a1c5e0971f9c6bc16;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);