X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=webapp-frontend%2Fsrc%2Fapp%2Fanr-xapp%2Fanr-xapp.component.ts;h=3440482cfc0540cb46a871fe10312730c605c83f;hb=1379dce23d47c42d169ed13a337bbee827714830;hp=02b1f3f1b8db9abdf6f897653f6f3bc17fe782a5;hpb=0aa99919dea387fd2216b3b13bc06d3a10868089;p=portal%2Fric-dashboard.git diff --git a/webapp-frontend/src/app/anr-xapp/anr-xapp.component.ts b/webapp-frontend/src/app/anr-xapp/anr-xapp.component.ts index 02b1f3f1..3440482c 100644 --- a/webapp-frontend/src/app/anr-xapp/anr-xapp.component.ts +++ b/webapp-frontend/src/app/anr-xapp/anr-xapp.component.ts @@ -28,11 +28,11 @@ import { ANRXappService } from '../services/anr-xapp/anr-xapp.service'; import { ErrorDialogService } from '../services/ui/error-dialog.service'; import { ConfirmDialogService } from './../services/ui/confirm-dialog.service'; import { NotificationService } from './../services/ui/notification.service'; -import { ANREditNCRDialogComponent } from './anr-edit-ncr-dialog.component'; +import { AnrEditNcrDialogComponent } from './anr-edit-ncr-dialog.component'; import { ANRXappDataSource } from './anr-xapp.datasource'; @Component({ - selector: 'app-anr', + selector: 'rd-anr', templateUrl: './anr-xapp.component.html', styleUrls: ['./anr-xapp.component.scss'] }) @@ -94,7 +94,7 @@ export class AnrXappComponent implements AfterViewInit, OnInit { } modifyNcr(ncr: ANRNeighborCellRelation): void { - const dialogRef = this.dialog.open(ANREditNCRDialogComponent, { + const dialogRef = this.dialog.open(AnrEditNcrDialogComponent, { width: '300px', data: ncr });