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=9e99cf08d5ff5380c9db9013a448c5cd87273ca3;hb=36be929b28929a1f52d7e3653ab04dff953842e8;hp=8c0be969cfb9a7055ca2852d85bac3a349a1e31b;hpb=714fa4fa439de489c7ddec02a46ac8d2543ec7f2;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..9e99cf0 100644 --- a/webapp-frontend/src/app/ei-coordinator/ei-coordinator.component.html +++ b/webapp-frontend/src/app/ei-coordinator/ei-coordinator.component.html @@ -29,44 +29,59 @@ limitations under the License.

Producers

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

Jobs

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