X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-frontend%2Fsrc%2Fapp%2Fui%2Fconfig-event%2Fconfig-event.component.ts;h=031147c2ffc5d28e0af40a25a44df5a0457398d5;hb=4f8259dcd4597a7c96285907bd33941d44ac456a;hp=6a4b631957d71cff8ec7c15db690778dfe7a04db;hpb=e2cbc4d0304646febf7e2cbe0dccdf9840189222;p=portal%2Fric-dashboard.git diff --git a/webapp-frontend/src/app/ui/config-event/config-event.component.ts b/webapp-frontend/src/app/ui/config-event/config-event.component.ts index 6a4b6319..031147c2 100644 --- a/webapp-frontend/src/app/ui/config-event/config-event.component.ts +++ b/webapp-frontend/src/app/ui/config-event/config-event.component.ts @@ -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. @@ -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'] })