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=fc560dd83cfcd82c00f623ce6c10413d2edb73b9;hb=8ce8fccb49a3c082c9fde5f20335af8e85b41584;hp=1b16b301751db8224686e2b99d0ea2989c7d4f6b;hpb=b4bb55e832f97270e71f1afc8321aa2899b55b5d;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 1b16b30..fc560dd 100644 --- a/webapp-frontend/src/app/ei-coordinator/ei-coordinator.component.html +++ b/webapp-frontend/src/app/ei-coordinator/ei-coordinator.component.html @@ -19,65 +19,65 @@ limitations under the License. -->
-
Enrichment Information Coordinator
-
- -
+
Enrichment Information Coordinator
+
+ +

Producers

- + - + +
- + Producer ID
+
{{eiProducer.ei_producer_id}}
- -
+ +
- + Producer types
+
- {{this.getEIProducerTypes(eiProducer)}} + {{this.getProducerTypes(eiProducer)}}
- -
+ +
- + Producer status
+
- {{this.getEIProducerStatus(eiProducer)}} + {{this.getProducerStatus(eiProducer)}}
- - - - No data matching the filter "{{input.value}}" -
@@ -85,57 +85,62 @@ limitations under the License.

Jobs

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