This is an automated email from the ASF dual-hosted git repository.

dgnatyshyn pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git


The following commit(s) were added to refs/heads/develop by this push:
     new c8c6cd2  Endpoint connection fix
c8c6cd2 is described below

commit c8c6cd2542763a38ddbd0bff020d4cfa11806276
Author: Dmytro Gnatyshyn <di1...@ukr.net>
AuthorDate: Fri Jan 3 10:50:16 2020 +0200

    Endpoint connection fix
---
 .../src/app/administration/management/endpoints/endpoints.component.ts  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/services/self-service/src/main/resources/webapp/src/app/administration/management/endpoints/endpoints.component.ts
 
b/services/self-service/src/main/resources/webapp/src/app/administration/management/endpoints/endpoints.component.ts
index 2cf0088..6675231 100644
--- 
a/services/self-service/src/main/resources/webapp/src/app/administration/management/endpoints/endpoints.component.ts
+++ 
b/services/self-service/src/main/resources/webapp/src/app/administration/management/endpoints/endpoints.component.ts
@@ -86,7 +86,7 @@ export class EndpointsComponent implements OnInit {
     });
   }
 
-  private getEndpoinConnectionStatus(){
+  public getEndpoinConnectionStatus(){
     const url = this.createEndpointForm.value.url;
     let getStatus = 
this.endpointService.getEndpoinConnectionStatus(encodeURIComponent(url));
     this.dialog.open(EndpointTestResultDialogComponent, { data: {url: 
this.createEndpointForm.value.url, getStatus}, panelClass: 'modal-sm' });


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@dlab.apache.org
For additional commands, e-mail: commits-h...@dlab.apache.org

Reply via email to