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=00ce9ad04d891bbb7980a783ceb75c04e090869c;hpb=c57eea20731c196a5de55faef024c6c07f7689fe;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 00ce9ad..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,123 +19,78 @@ limitations under the License. -->
-
Enrichment Information Coordinator
-
- -
+
Enrichment Information Coordinator
+
+ +

Producers

+ -
- +
+

Jobs

+
+ - -
- - - Producer ID - -
+ +
+
+ + + Job ID + +
+
- {{eiProducer.ei_producer_id}} + {{eiJob.ei_job_identity}}
- - - -
-
- - - Producer types - -
+ + +
+
+ + + Type ID + +
+
- {{this.getEIProducerTypes(eiProducer)}} + {{this.getJobTypeId(eiJob)}}
- - - -
-
- - - Producer status - -
+ + +
+
+ + + Owner + +
+
- {{this.getEIProducerStatus(eiProducer)}} + {{this.getJobOwner(eiJob)}}
- - - - - - - No data matching the filter "{{input.value}}" - + + +
+
+ + + Target URI + +
+
+
+ {{eiJob.target_uri}} +
+ +
-
- -
-

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