Drop Nokia from file header copyright line
[portal/ric-dashboard.git] / webapp-frontend / src / app / stats / stats.component.html
index 4b3d2ef..c3f1107 100644 (file)
@@ -2,7 +2,7 @@
   ========================LICENSE_START=================================
   O-RAN-SC
   %%
-  Copyright (C) 2019 AT&T Intellectual Property and Nokia
+  Copyright (C) 2019 AT&T Intellectual Property
   %%
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
@@ -27,8 +27,7 @@
                </mat-card-header>
                <mat-card-content>
                        <canvas baseChart [datasets]="cpuChartData" [labels]="cpuChartLabels" [options]="cpuChartOptions"
-                               [colors]="cpuChartColors" [legend]="cpuChartLegend" [chartType]="cpuChartType"
-                               (click)="loadClickData()">
+                               [colors]="cpuChartColors" [legend]="cpuChartLegend" [chartType]="cpuChartType" (click)="loadClickData()">
                        </canvas>
                </mat-card-content>
        </mat-card>
@@ -52,8 +51,8 @@
                                                </mat-card-header>
                                                <mat-card-content>
                                                        <canvas baseChart [datasets]="latencyChartData" [labels]="latencyChartLabels"
-                                                               [options]="latencyChartOptions" [colors]="latencyChartColors"
-                                                               [legend]="latencyChartLegend" [chartType]="latencyChartType" (click)="loadClickData()">
+                                                               [options]="latencyChartOptions" [colors]="latencyChartColors" [legend]="latencyChartLegend"
+                                                               [chartType]="latencyChartType" (click)="loadClickData()">
                                                        </canvas>
                                                </mat-card-content>
                                        </mat-card>
@@ -64,9 +63,9 @@
                                                        <mat-card-title>Pendulum Control Load</mat-card-title>
                                                </mat-card-header>
                                                <mat-card-content>
-                                                       <canvas baseChart [datasets]="loadChartData" [labels]="loadChartLabels"
-                                                               [options]="loadChartOptions" [colors]="loadChartColors" [legend]="loadChartLegend"
-                                                               [chartType]="loadChartType" (click)="loadClickData()">
+                                                       <canvas baseChart [datasets]="loadChartData" [labels]="loadChartLabels" [options]="loadChartOptions"
+                                                               [colors]="loadChartColors" [legend]="loadChartLegend" [chartType]="loadChartType"
+                                                               (click)="loadClickData()">
                                                        </canvas>
                                                </mat-card-content>
                                        </mat-card>
                                </mat-grid-tile>
                        </mat-grid-list>
                </mat-tab>
+               <mat-tab label="AC xApp">
+                       <mat-grid-list cols="3" rowHeight="3:2">
+                               <mat-grid-tile>
+                                       <mat-card>
+                                               <iframe [src]="metricsUrlAc"></iframe>
+                                       </mat-card>
+                               </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>