RIC dynamic config screen for each xApp
[portal/ric-dashboard.git] / webapp-frontend / src / app / ui / config-event / config-event.component.ts
index 6a4b631..08ac627 100644 (file)
@@ -1,6 +1,6 @@
 /*-
  * ========================LICENSE_START=================================
- * ORAN-OSC
+ * O-RAN-SC
  * %%
  * Copyright (C) 2019 AT&T Intellectual Property and Nokia
  * %%
@@ -22,7 +22,7 @@ import { FormControl, Validators } from '@angular/forms';
 import { StatsService } from '../../services/stats/stats.service';
 
 @Component({
-  selector: 'app-config-event',
+  selector: 'rd-app-config-event',
   templateUrl: './config-event.component.html',
   styleUrls: ['./config-event.component.scss']
 })