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 a7c5ca3  Small fix for deleting project
     new 429d192  Merge remote-tracking branch 'origin/develop' into develop
a7c5ca3 is described below

commit a7c5ca3cadea59b5788f276cfe8a6ff0ef7eb635
Author: Dmytro Gnatyshyn <di1...@ukr.net>
AuthorDate: Thu Jan 30 17:45:57 2020 +0200

    Small fix for deleting project
---
 .../modal-dialog/notification-dialog/notification-dialog.component.ts   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/services/self-service/src/main/resources/webapp/src/app/shared/modal-dialog/notification-dialog/notification-dialog.component.ts
 
b/services/self-service/src/main/resources/webapp/src/app/shared/modal-dialog/notification-dialog/notification-dialog.component.ts
index 3dfacd5..f0c7910 100644
--- 
a/services/self-service/src/main/resources/webapp/src/app/shared/modal-dialog/notification-dialog/notification-dialog.component.ts
+++ 
b/services/self-service/src/main/resources/webapp/src/app/shared/modal-dialog/notification-dialog/notification-dialog.component.ts
@@ -161,6 +161,6 @@ export class NotificationDialogComponent {
   }
 
   public filterEndpoints() {
-    return this.data.item.endpoints.filter(e => e.status !== 'FAILED');
+    return this.data.item.endpoints.filter(e => e.status !== 'FAILED' && 
e.status !== 'TERMINATED');
   }
 }


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

Reply via email to