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=refs%2Fchanges%2F68%2F5668%2F5;hp=09d03ec300572fc8be69672873f45e1af033a150;hpb=7083fe17ce58e2ef8719b78164f41a459a40f5ef;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 09d03ec..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,102 +19,129 @@ limitations under the License. -->
-
Enrichment Information Coordinator
-
- -
+
Enrichment Information Coordinator
+
+ +

Producers

-
- -
+
- - - - - - - - - - - -
Producer IDProducer typeProducer status
- {{eiProducer.ei_producer_id}} - - {{this.getEIProducerTypes(eiProducer)}} - - {{this.getEIProducerStatus(eiProducer)}} -
+ + +
+
+ + + Producer ID + +
+
+
+ {{eiProducer.ei_producer_id}} +
+ + + +
+
+ + + Producer types + +
+
+
+ {{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)}} +
+ + +
+
+ + + Owner + +
+
+
+ {{eiJob.owner}} +
+ + +
+
+ + + Target URI + +
+
+
+ {{this.getTargetUri(eiJob)}} +
+ + +
\ No newline at end of file