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

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

commit e72d2673f8b2fd7f66c5dfdf2e464d32323d6527
Author: Dmytro_Gnatyshyn <di1...@ukr.net>
AuthorDate: Wed Jul 15 17:14:12 2020 +0300

    [DLAB-1945]: Allowed only one cluster for notebook
---
 .../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 6bec677..e185675 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
@@ -81,7 +81,7 @@ import {Endpoint} from 
'../../../administration/project/project.component';
                               <div class="resource-list-row sans node" 
*ngFor="let project of data.list">
                                   <div class="resource-name ellipsis">
                                       <div>Edge node</div>
-                                      <div *ngFor="let notebook of 
project.resource">{{notebook.exploratory_name}}</div>
+                                      <div *ngFor="let notebook of 
project['resource']">{{notebook['exploratory_name']}}</div>
                                   </div>
                                   <div class="project 
ellipsis">{{project.name}}</div>
                               </div>


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

Reply via email to