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

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

commit 29539573d3c4fd8e31166bd4d64eb084febcd0ba
Author: Andriana Kovalyshyn <andriana_kovalys...@epam.com>
AuthorDate: Mon May 13 12:58:04 2019 +0300

    [DLAB-290]: fixed metadata error handling
---
 .../main/resources/webapp/src/app/core/services/healthStatus.service.ts | 2 +-
 .../src/app/resources/resources-grid/resources-grid.component.html      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/services/self-service/src/main/resources/webapp/src/app/core/services/healthStatus.service.ts
 
b/services/self-service/src/main/resources/webapp/src/app/core/services/healthStatus.service.ts
index 545c481..4908bc5 100644
--- 
a/services/self-service/src/main/resources/webapp/src/app/core/services/healthStatus.service.ts
+++ 
b/services/self-service/src/main/resources/webapp/src/app/core/services/healthStatus.service.ts
@@ -181,7 +181,7 @@ export class HealthStatusService {
       .buildGetAppMetaData()
       .pipe(
         map(response => response),
-        catchError(error => error));
+        catchError(ErrorUtils.handleServiceError));
   }
 
   public resetStatusValue() {
diff --git 
a/services/self-service/src/main/resources/webapp/src/app/resources/resources-grid/resources-grid.component.html
 
b/services/self-service/src/main/resources/webapp/src/app/resources/resources-grid/resources-grid.component.html
index 559cd13..d5536c7 100644
--- 
a/services/self-service/src/main/resources/webapp/src/app/resources/resources-grid/resources-grid.component.html
+++ 
b/services/self-service/src/main/resources/webapp/src/app/resources/resources-grid/resources-grid.component.html
@@ -141,7 +141,7 @@
             <i class="material-icons">developer_board</i>
             <span>Manage libraries</span>
           </li>
-          <li (click)="openTerminal(env.ip)">
+          <li>
             <a target="_blank" [routerLink]="['/terminal',  env.ip]" 
class="navigate">
               <i class="material-icons">laptop</i>
               <span>Open terminal</span>


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

Reply via email to