Create overall control with AppControl,RANControl
[portal/ric-dashboard.git] / webapp-frontend / src / app / ran-control / ran-control.component.html
@@ -7,9 +7,9 @@
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at
-  
+
        http://www.apache.org/licenses/LICENSE-2.0
-  
+
   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -17,8 +17,9 @@
   limitations under the License.
   ========================LICENSE_END===================================
 -->
-<div class="ranconnect__section">
-  <h3 class="ranconnect__header">RAN Connections</h3>
+
+<div class="ran-control__section">
+  <h3 class="ran-control__header">RAN Connections</h3>
 
   <button mat-raised-button (click)="setupRANConnection()">Setup Connection..</button>
   <button mat-raised-button color="warn" class="disconnect-all-button"
@@ -28,7 +29,7 @@
     <mat-spinner></mat-spinner>
   </div>
 
-  <table mat-table class="ranconnect-table mat-elevation-z8" [dataSource]="dataSource">
+  <table mat-table class="ran-control-table mat-elevation-z8" [dataSource]="dataSource">
 
     <ng-container matColumnDef="requestType">
       <mat-header-cell *matHeaderCellDef>RAN Type</mat-header-cell>
@@ -66,4 +67,4 @@
 
   </table>
 
-</div>
\ No newline at end of file
+</div>