You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by dg...@apache.org on 2020/05/13 14:47:39 UTC

[incubator-dlab] branch Fix created (now 3894dce)

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

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


      at 3894dce  [DLAB-1783]: Small fix

This branch includes the following new commits:

     new 3894dce  [DLAB-1783]: Small fix

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-1783]: Small fix

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

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

commit 3894dce21b83b3f39113b52a71090fe5ee6a125c
Author: Dmytro Gnatyshyn <di...@ukr.net>
AuthorDate: Wed May 13 17:47:10 2020 +0300

    [DLAB-1783]: Small fix
---
 .../src/app/resources/bucket-browser/bucket-browser.component.html       | 1 +
 .../src/app/resources/bucket-browser/bucket-browser.component.scss       | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/services/self-service/src/main/resources/webapp/src/app/resources/bucket-browser/bucket-browser.component.html b/services/self-service/src/main/resources/webapp/src/app/resources/bucket-browser/bucket-browser.component.html
index eab06fe..c6b1d17 100644
--- a/services/self-service/src/main/resources/webapp/src/app/resources/bucket-browser/bucket-browser.component.html
+++ b/services/self-service/src/main/resources/webapp/src/app/resources/bucket-browser/bucket-browser.component.html
@@ -90,6 +90,7 @@
         type="button"
         class="butt refresh"
         (click)="refreshBucket()"
+        [disabled]="allDisable"
       >
         <i class="material-icons">autorenew</i>Refresh
       </button>
diff --git a/services/self-service/src/main/resources/webapp/src/app/resources/bucket-browser/bucket-browser.component.scss b/services/self-service/src/main/resources/webapp/src/app/resources/bucket-browser/bucket-browser.component.scss
index 5d210b7..21f3d04 100644
--- a/services/self-service/src/main/resources/webapp/src/app/resources/bucket-browser/bucket-browser.component.scss
+++ b/services/self-service/src/main/resources/webapp/src/app/resources/bucket-browser/bucket-browser.component.scss
@@ -509,7 +509,6 @@
        }
      }
    }
-}
 
 input[type='file'] {
   opacity:1


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