Change version to 1.3.0 for amber work
[portal/ric-dashboard.git] / webapp-frontend / src / app / ui / config-event / config-event.component.ts
index e44933d..031147c 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.
@@ -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']
 })