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=00ce9ad04d891bbb7980a783ceb75c04e090869c;hb=49a6c6aa1b48fb4d2a7e7fb5b80aead0b281aff5;hp=aee65c8cd088e27c78ce4f388c3bb262eacfae00;hpb=f7c54883fabc2ffd90a32197d06b04369357219b;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 aee65c8..00ce9ad 100644 --- a/webapp-frontend/src/app/ei-coordinator/ei-coordinator.component.html +++ b/webapp-frontend/src/app/ei-coordinator/ei-coordinator.component.html @@ -18,48 +18,124 @@ limitations under the License. ========================LICENSE_END=================================== --> -

Enrichment Information Coordinator

- -
-

Jobs

- - - - - - - - - - - - - - - - -
Job ID {{this.getDisplayName(eiJob)}} Type ID {{this.getEITypeId(eiJob)}} Target URI {{this.getTargetUri(eiJob)}}
+
+
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)}}
\ No newline at end of file + + + + + + + No data matching the filter "{{input.value}}" + + + + +
+

Jobs

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