X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-frontend%2Fsrc%2Fapp%2Fran-connection%2Fran-connection.component.ts;h=ac77c37ff765a33bb1bc96ed8b82fa7f641df43b;hb=b7c9d29d2b472e63bbe0331a413da0e7cd492aee;hp=932bca6f0f9d751c2697010956e8c1b52cc6e112;hpb=52d66fff0881226fe6ae0b1a2cd6c2c2e2837af4;p=portal%2Fric-dashboard.git diff --git a/webapp-frontend/src/app/ran-connection/ran-connection.component.ts b/webapp-frontend/src/app/ran-connection/ran-connection.component.ts index 932bca6f..ac77c37f 100644 --- a/webapp-frontend/src/app/ran-connection/ran-connection.component.ts +++ b/webapp-frontend/src/app/ran-connection/ran-connection.component.ts @@ -63,7 +63,7 @@ export class RANConnectionComponent implements OnInit { this.confirmDialogService.openConfirmDialog('Are you sure you want to disconnect all RAN connections?') .afterClosed().subscribe(res => { if (res) { - this.e2MgrSvc.disconnectAllRAN().subscribe( + this.e2MgrSvc.nodebDelete().subscribe( response => { if (response.status === 200) { this.notification.success('Disconnect all RAN Connections Succeeded!');