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=e1832f0d70e78cd78e0f2d958baff2c3961dbcd9;hb=ad70d4114bbfc5dbf20fd1a8151095d89610c759;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..e1832f0 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,129 @@ limitations under the License. -->
-
Enrichment Information Coordinator
-
- -
+
Enrichment Information Coordinator
+
+ +

Producers

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

Jobs

- + +
+ -
- + +
+
+ + + Job ID + + +
+
+ {{this.getDisplayName(eiJob)}} - - - + +
+
+ + + Type ID + + +
+
+ {{this.getEITypeId(eiJob)}} + + + +
+
+ + + Owner + + +
+
+ {{eiJob.owner}}
- - + +
+
+ + + Target URI + + +
+
+ {{this.getTargetUri(eiJob)}} - - -
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