Add undeploy xApp function
[portal/ric-dashboard.git] / webapp-frontend / src / app / control / control.component.html
index 4b2b020..0ae71ac 100644 (file)
@@ -1,6 +1,6 @@
 <!--
   ========================LICENSE_START=================================
-  ORAN-OSC
+  O-RAN-SC
   %%
   Copyright (C) 2019 AT&T Intellectual Property and Nokia
   %%
@@ -19,7 +19,7 @@
   -->
 <div class="control__section">
     <h3 class="control__header">xApp Control</h3>
-    <ng2-smart-table [settings]="settings" [source]="source" (custom)="view($event)">
+    <ng2-smart-table [settings]="settings" [source]="source" (custom)="onxAppControlAction($event)">
     </ng2-smart-table>
     <app-modal-event hidden></app-modal-event>
 </div>