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=e44933d8bd93f2b341a7d07dbaa819d137e520d9;hpb=be7a01eda7e4fb9f97a18009d727e6a0692e9399;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 e44933d8..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 @@ -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'] })