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=a54e763ea4f9df857169cebe56513f3c043e80da;hb=HEAD;hp=d325d4d2b5265cdc664066a7cf35419edd0a3adb;hpb=87cf1586a4c2e45d3f579d189fe0e4bb999f361a;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 d325d4d..a54e763 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 @@ -18,6 +18,7 @@ limitations under the License. ========================LICENSE_END=================================== -->
+ auto-refresh
@@ -35,20 +36,20 @@ limitations under the License.
- {{eiJob.jobId}} + {{job.jobId}} - +
- - Producer ID + + Producers
- {{eiJob.prodId}} + {{job.prodIds}}
@@ -61,7 +62,7 @@ limitations under the License.
- {{this.getJobTypeId(eiJob)}} + {{this.getJobTypeId(job)}} @@ -74,7 +75,7 @@ limitations under the License. - {{this.getJobOwner(eiJob)}} + {{this.getJobOwner(job)}} @@ -87,11 +88,34 @@ limitations under the License. - {{eiJob.targetUri}} + {{job.targetUri}} - - + + +
+
+ + + Status + +
+
+
+ {{job.status}} +
+ + + No records found. + + + + + + + + + - \ No newline at end of file