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=1b0075b7dba448dc6ea494649e0141bee615b8f5;hp=7e84ea42c75ebda917ae055748aac575f3b2bec9;hpb=869354bad80ea5db92893ad3017eaf9c421c0731;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 7e84ea4..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 @@ -18,20 +18,21 @@ limitations under the License. ========================LICENSE_END=================================== -->
- +
- + Producer ID
- {{eiProducer.ei_producer_id}} + {{producer.producer_id}}
@@ -39,13 +40,13 @@ limitations under the License.
- + Producer types
- {{this.getProducerTypes(eiProducer)}} + {{this.getProducerTypes(producer)}}
@@ -59,7 +60,7 @@ limitations under the License.
- {{this.getProducerStatus(eiProducer)}} + {{this.getProducerStatus(producer)}}