Add multi-layer RIC instance selector
[portal/ric-dashboard.git] / webapp-frontend / src / app / control / control.component.html
index 4b2b020..e3258b6 100644 (file)
@@ -1,8 +1,8 @@
 <!--
   ========================LICENSE_START=================================
-  ORAN-OSC
+  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.
@@ -18,8 +18,7 @@
   ========================LICENSE_END===================================
   -->
 <div class="control__section">
-    <h3 class="control__header">xApp Control</h3>
-    <ng2-smart-table [settings]="settings" [source]="source" (custom)="view($event)">
-    </ng2-smart-table>
-    <app-modal-event hidden></app-modal-event>
+  <rd-ran-control></rd-ran-control>
+  <hr>
+  <rd-app-control></rd-app-control>
 </div>