You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by an...@apache.org on 2019/11/27 14:54:10 UTC

[incubator-dlab] branch DLAB-846 updated: updated active statuses list

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

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


The following commit(s) were added to refs/heads/DLAB-846 by this push:
     new 148026d  updated active statuses list
148026d is described below

commit 148026d7507e5b4a60ac363b7d7dc7ce31170fc8
Author: Andriana Kovalyshyn <An...@epam.com>
AuthorDate: Wed Nov 27 16:53:54 2019 +0200

    updated active statuses list
---
 .../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 6e3278a..74382c5 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
@@ -53,7 +53,7 @@ import { MatDialogRef, MAT_DIALOG_DATA } from '@angular/material/dialog';
           <strong class="ellipsis label-name" matTooltip="{{ data.item.name }}" matTooltipPosition="above" [matTooltipDisabled]="data.item.name.length > 35">
           {{ data.item.name }}</strong> will be {{ data.action || 'decommissioned' }}.
         </p>
-        <mat-list class="endpoints-list" *ngIf="data.item.endpoints.length">
+        <mat-list class="endpoints-list" *ngIf="data.item.endpoints?.length">
             <mat-list-item class="list-header">
                 <div class="endpoint">Endpoint</div>
                 <div class="status">Further status</div>


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