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=8982c0517c36505fdd33468b7e3b5fcfececbc4b;hpb=042a087cf3eea5e6f941ee9add6e1c50cb106e91;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 8982c05..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 @@ -26,13 +26,13 @@ limitations under the License.
- + Producer ID
- {{eiProducer.ei_producer_id}} + {{producer.producer_id}} @@ -40,13 +40,13 @@ limitations under the License.
- + Producer types
- {{this.getProducerTypes(eiProducer)}} + {{this.getProducerTypes(producer)}}
@@ -60,7 +60,7 @@ limitations under the License. - {{this.getProducerStatus(eiProducer)}} + {{this.getProducerStatus(producer)}}