MC App metrics display
[portal/ric-dashboard.git] / webapp-frontend / src / app / stats / stats.component.html
index 2245829..f4ea730 100644 (file)
                                </mat-grid-tile>
                        </mat-grid-list>
                </mat-tab>
+               <mat-tab label="MC xApp">
+                       <mat-grid-list cols="3" rowHeight="3:2">
+                               <mat-grid-tile>
+                                       <mat-card>
+                                               <iframe [src]="metricsUrlMc"></iframe>
+                                       </mat-card>
+                               </mat-grid-tile>
+                       </mat-grid-list>
+               </mat-tab>
        </mat-tab-group>
 
 </div>