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=cde4ceece9e916ef9387e78982df21b13dc58837;hp=30f1eee820ea5866df8bece50571861e4d6229bc;hpb=b36108a6b4f18c5620ed120184bdd8c86c85c70e;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 30f1eee..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,48 +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)}} Owner {{eiJob.owner}} 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