X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-frontend%2Fsrc%2Fapp%2Fei-coordinator%2Fei-coordinator.component.html;h=57a87f91ac74b66df3523fe1ce01f65dc40b2915;hb=1f5664f310dc6a18ecc10dbd2a0705500b2e15c9;hp=8c0be969cfb9a7055ca2852d85bac3a349a1e31b;hpb=c05471af70b63f26a9e7a722347ad4534f537f43;p=portal%2Fnonrtric-controlpanel.git diff --git a/webapp-frontend/src/app/ei-coordinator/ei-coordinator.component.html b/webapp-frontend/src/app/ei-coordinator/ei-coordinator.component.html index 8c0be96..57a87f9 100644 --- a/webapp-frontend/src/app/ei-coordinator/ei-coordinator.component.html +++ b/webapp-frontend/src/app/ei-coordinator/ei-coordinator.component.html @@ -19,54 +19,78 @@ limitations under the License. -->
-
Enrichment Information Coordinator
-
- -
+
Enrichment Information Coordinator
+
+ +

Producers

- - - - - - - - - - - - - - - -
Producer ID {{this.getEIProducerId(eiProducer)}} Producer type {{this.getEIProducerTypes(eiProducer)}} Producer status {{this.getEIProducerStatus(eiProducer)}}
+

Jobs

- + +
+ -
- + +
+
+ + + Job ID + + +
+
+ {{eiJob.ei_job_identity}} - - - + +
+
+ + + Type ID + + +
+
+ {{this.getJobTypeId(eiJob)}} + + + +
+
+ + + Owner + + +
+
+ {{this.getJobOwner(eiJob)}}
- - + +
+
+ + + Target URI + + +
+
+ {{eiJob.target_uri}} - - -
Job ID {{this.getDisplayName(eiJob)}} Type ID {{this.getEITypeId(eiJob)}} Target URI {{this.getTargetUri(eiJob)}}
\ No newline at end of file + + + + \ No newline at end of file