From: Manoop Talasila Date: Tue, 4 Jun 2019 20:15:39 +0000 (+0000) Subject: Merge "Upgrade ANR client to API spec version 0.0.8" X-Git-Tag: R2~86 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;ds=sidebyside;h=9d33149c7bdc8566d0135406b601fc1a901ff2f5;p=portal%2Fric-dashboard.git Merge "Upgrade ANR client to API spec version 0.0.8" --- 9d33149c7bdc8566d0135406b601fc1a901ff2f5 diff --cc docs/release-notes.rst index c0ea620f,fb494f6c..0b76d824 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@@ -20,9 -20,8 +20,9 @@@ RIC Dashboard Release Notes =========================== - Version 1.0.4, 30 May 2019 + Version 1.0.4, 4 June 2019 -------------------------- +* Add AC xApp neighbor control screen * Add ANR xApp neighbor cell relation table * Drop the pendulum xApp control screen * Add column sorting on xApp catalog, xApp control, ANR diff --cc webapp-frontend/src/app/anr-xapp/anr-edit-ncr-dialog.component.ts index 046a624b,57a4b64a..96c1f3d8 --- a/webapp-frontend/src/app/anr-xapp/anr-edit-ncr-dialog.component.ts +++ b/webapp-frontend/src/app/anr-xapp/anr-edit-ncr-dialog.component.ts @@@ -36,12 -37,12 +36,11 @@@ export class ANREditNCRDialogComponent constructor( private dialogRef: MatDialogRef, - private dataService: ANRXappService, private errorService: ErrorDialogService, - @Inject(MAT_DIALOG_DATA) private data: ANRNeighborCellRelation) { - console.log('constructed with data ' + data); - } + private dataService: ANRXappService, + private errorService: ErrorDialogService, + @Inject(MAT_DIALOG_DATA) private data: ANRNeighborCellRelation) { } ngOnInit() { - const namePattern = /^([A-Z])+([0-9])+$/; this.ncrDialogForm = new FormGroup({ servingCellNrcgi: new FormControl(this.data.servingCellNrcgi), // readonly neighborCellNrpci: new FormControl(this.data.neighborCellNrpci), // readonly