X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-frontend%2Fsrc%2Fapp%2Fei-coordinator%2Fjobs-list%2Fjobs-list.component.html;h=aca09313ca9938867d07a304742ebb628ab0929c;hb=refs%2Fchanges%2F71%2F6071%2F2;hp=1f5fd43a4c7ca17d0ac02e7861e28b56ae8c195d;hpb=a8fd8da95fbdc2ccac30b1327edeb410f16a505a;p=portal%2Fnonrtric-controlpanel.git diff --git a/webapp-frontend/src/app/ei-coordinator/jobs-list/jobs-list.component.html b/webapp-frontend/src/app/ei-coordinator/jobs-list/jobs-list.component.html index 1f5fd43..aca0931 100644 --- a/webapp-frontend/src/app/ei-coordinator/jobs-list/jobs-list.component.html +++ b/webapp-frontend/src/app/ei-coordinator/jobs-list/jobs-list.component.html @@ -36,7 +36,7 @@ limitations under the License. - {{eiJob.jobId}} + {{job.jobId}} @@ -49,7 +49,7 @@ limitations under the License. - {{eiJob.prodId}} + {{job.prodId}} @@ -62,7 +62,7 @@ limitations under the License. - {{this.getJobTypeId(eiJob)}} + {{this.getJobTypeId(job)}} @@ -75,7 +75,7 @@ limitations under the License. - {{this.getJobOwner(eiJob)}} + {{this.getJobOwner(job)}} @@ -88,7 +88,7 @@ limitations under the License. - {{eiJob.targetUri}} + {{job.targetUri}}