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

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


The following commit(s) were added to refs/heads/DLAB-477 by this push:
     new aabd415  [DLAB-477]: active filter fixes during first env creation
aabd415 is described below

commit aabd415ae3b0a750f77dc5973ad4f8beb7b174bc
Author: Andriana Kovalyshyn <andriana_kovalys...@epam.com>
AuthorDate: Thu Mar 7 08:38:44 2019 +0200

    [DLAB-477]: active filter fixes during first env creation
---
 .../main/resources/webapp/src/app/resources/resources.component.html    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/services/self-service/src/main/resources/webapp/src/app/resources/resources.component.html
 
b/services/self-service/src/main/resources/webapp/src/app/resources/resources.component.html
index c2ee208..e913ca4 100644
--- 
a/services/self-service/src/main/resources/webapp/src/app/resources/resources.component.html
+++ 
b/services/self-service/src/main/resources/webapp/src/app/resources/resources.component.html
@@ -27,7 +27,7 @@
     <button mat-raised-button class="butt butt-tool" (click)="manageUngit()">
       <i class="material-icons"></i>Git credentials
     </button>
-    <button mat-raised-button class="butt butt-tool" 
(click)="toggleFiltering()" [disabled]="!exploratoryEnvironments.length">
+    <button mat-raised-button class="butt butt-tool" 
(click)="toggleFiltering()">
       <span *ngIf="!resourcesGrid.activeFiltering">
         <i class="material-icons">visibility_off</i> Show active
       </span>


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

Reply via email to