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=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..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,59 @@ 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)}}
@@ -74,10 +79,6 @@ limitations under the License. - - - No data matching the filter "{{input.value}}" -
@@ -85,57 +86,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 + +
+
+
+ {{this.getDisplayName(eiJob)}} +
+ + +
+
+ + + Type ID + +
+
+
+ {{this.getEITypeId(eiJob)}} +
+ + +
+
+ + + Owner + +
+
+
+ {{eiJob.owner}} +
+ + +
+
+ + + Target URI + +
+
+
+ {{this.getTargetUri(eiJob)}} +
+ + +
\ No newline at end of file