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/03/06 10:22:38 UTC

[incubator-dlab] branch DLAB-375 created (now ea5a99a)

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

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


      at ea5a99a  [DLAB-375]: removed unexpected argument

This branch includes the following new commits:

     new ea5a99a  [DLAB-375]: removed unexpected argument

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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


[incubator-dlab] 01/01: [DLAB-375]: removed unexpected argument

Posted by an...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit ea5a99ad1865878670b40a783e1dbd1babb21ccf
Author: Andriana Kovalyshyn <An...@epam.com>
AuthorDate: Wed Mar 6 12:22:27 2019 +0200

    [DLAB-375]: removed unexpected argument
---
 .../main/resources/webapp/src/app/management/management.component.html  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/services/self-service/src/main/resources/webapp/src/app/management/management.component.html b/services/self-service/src/main/resources/webapp/src/app/management/management.component.html
index c7f6462..e65c663 100644
--- a/services/self-service/src/main/resources/webapp/src/app/management/management.component.html
+++ b/services/self-service/src/main/resources/webapp/src/app/management/management.component.html
@@ -43,7 +43,7 @@
   [isAdmin]="healthStatus?.admin"
   [allEnvironmentData]="allEnvironmentData"
   [environmentsHealthStatuses]="healthStatus?.list_resources"
-  (refreshGrid)="buildGrid($event)"
+  (refreshGrid)="buildGrid()"
   (actionToggle)="manageEnvironmentAction($event)">
 </management-grid>
 


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