X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-frontend%2Fsrc%2Fapp%2Fei-coordinator%2Fproducers-list%2Fproducers-list.component.html;h=9246501ffe428f6241530778b73f0e8fab1353c9;hb=refs%2Fchanges%2F71%2F6071%2F2;hp=57e61c52130cb79e4343ab63a495d38010d7ce29;hpb=1f5664f310dc6a18ecc10dbd2a0705500b2e15c9;p=portal%2Fnonrtric-controlpanel.git diff --git a/webapp-frontend/src/app/ei-coordinator/producers-list/producers-list.component.html b/webapp-frontend/src/app/ei-coordinator/producers-list/producers-list.component.html index 57e61c5..9246501 100644 --- a/webapp-frontend/src/app/ei-coordinator/producers-list/producers-list.component.html +++ b/webapp-frontend/src/app/ei-coordinator/producers-list/producers-list.component.html @@ -1,50 +1,69 @@ +
- - - -
-
+ + + +
+ - + Producer ID
-
- {{eiProducer.ei_producer_id}} -
+ + {{producer.producer_id}} + - - -
-
+ + +
+ - + Producer types -
-
- {{this.getProducerTypes(eiProducer)}} -
+
+
+ {{this.getProducerTypes(producer)}} +
- - -
-
+ + +
+ Producer status -
-
- {{this.getProducerStatus(eiProducer)}} -
+
+
+ {{this.getProducerStatus(producer)}} +
- - -
-
+ + +
+
\ No newline at end of file