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=619011df3762afc5fb9ca9fca1aab1a19feaea00;hb=3ee775c98e03fb575e58ef0fed4e6aa00bb8d80a;hp=1f5fd43a4c7ca17d0ac02e7861e28b56ae8c195d;hpb=832368a5329cffbac6f33b8355d95a18875ac2b7;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..619011d 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,20 +36,20 @@ limitations under the License. - {{eiJob.jobId}} + {{job.jobId}} - +
- - Producer ID + + Producers
- {{eiJob.prodId}} + {{job.prodIds}}
@@ -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,10 +88,23 @@ limitations under the License. - {{eiJob.targetUri}} + {{job.targetUri}} - - + + +
+
+ + + Status + +
+
+
+ {{job.status}} +
+ +