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/04/25 13:09:12 UTC

[incubator-dlab] branch DLAB-579 created (now e2baf50)

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

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


      at e2baf50  [DLAB-579]: fixed issue with filters labeling on billing report grid

This branch includes the following new commits:

     new e2baf50  [DLAB-579]: fixed issue with filters labeling on billing report grid

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-579]: fixed issue with filters labeling on billing report grid

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

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

commit e2baf503efcdbdb32e142169808ca0e18047bb9e
Author: Andriana Kovalyshyn <An...@epam.com>
AuthorDate: Thu Apr 25 16:09:01 2019 +0300

    [DLAB-579]: fixed issue with filters labeling on billing report grid
---
 .../detail-dialog/detail-dialog.component.html           | 16 ++++++++--------
 .../app/shared/form-controls/dropdowns.component.scss    |  2 +-
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/services/self-service/src/main/resources/webapp/src/app/resources/exploratory/detail-dialog/detail-dialog.component.html b/services/self-service/src/main/resources/webapp/src/app/resources/exploratory/detail-dialog/detail-dialog.component.html
index 8135889..1b2ac38 100644
--- a/services/self-service/src/main/resources/webapp/src/app/resources/exploratory/detail-dialog/detail-dialog.component.html
+++ b/services/self-service/src/main/resources/webapp/src/app/resources/exploratory/detail-dialog/detail-dialog.component.html
@@ -48,16 +48,16 @@
                                 <a class="ellipsis" href="{{item.url}}" target="_blank">&#32;{{item.url}}</a>
                             </p>
                         </div>
-                        <p *ngIf="notebook.username">Node User: &nbsp;<strong>{{ notebook.username }}</strong></p>
-                        <p *ngIf="notebook.password">Password: &nbsp;<strong>{{ notebook.password }}</strong></p>
+                        <p *ngIf="notebook.username">Node User: &#32;<strong>{{ notebook.username }}</strong></p>
+                        <p *ngIf="notebook.password">Password: &#32;<strong>{{ notebook.password }}</strong></p>
 
-                        <p class="m-top-30">{{ DICTIONARY.personal_storage }}: &nbsp;</p>
+                        <p class="m-top-30">{{ DICTIONARY.personal_storage }}: &#32;</p>
                         <div class="links_block">
                             <p *ngIf="DICTIONARY.cloud_provider === 'azure' && notebook.account_name">{{ DICTIONARY.account }}
                                 <strong>{{ notebook.account_name}}</strong></p>
                             <p *ngIf="notebook.bucket_name">{{ DICTIONARY.container }} <strong>{{ notebook.bucket_name }}</strong></p>
                         </div>
-                        <p>{{ DICTIONARY.collaboration_storage }}: &nbsp;</p>
+                        <p>{{ DICTIONARY.collaboration_storage }}: &#32;</p>
                         <div class="links_block">
                             <p *ngIf="DICTIONARY.cloud_provider === 'azure' && notebook.shared_account_name">{{ DICTIONARY.account }}
                                 <strong>{{ notebook.shared_account_name}}</strong></p>
@@ -67,11 +67,11 @@
                         <br />
 
                         <div *ngIf="DICTIONARY.cloud_provider === 'azure' && notebook.datalake_name">
-                            <p>Data Lake Store: &nbsp;</p>
+                            <p>Data Lake Store: &#32;</p>
                             <div class="links_block">
-                                <p>Data Lake Store Account: &nbsp;<strong>{{ notebook.datalake_name }}</strong></p>
-                                <p>Personal folder: &nbsp;<strong>{{ notebook.datalake_directory }}</strong></p>
-                                <p>Collaboration folder: &nbsp;<strong>{{ notebook.datalake_shared_directory }}</strong></p>
+                                <p>Data Lake Store Account: &#32;<strong>{{ notebook.datalake_name }}</strong></p>
+                                <p>Personal folder: &#32;<strong>{{ notebook.datalake_directory }}</strong></p>
+                                <p>Collaboration folder: &#32;<strong>{{ notebook.datalake_shared_directory }}</strong></p>
                             </div>
                         </div>
 
diff --git a/services/self-service/src/main/resources/webapp/src/app/shared/form-controls/dropdowns.component.scss b/services/self-service/src/main/resources/webapp/src/app/shared/form-controls/dropdowns.component.scss
index 74ea6e8..7fda83a 100644
--- a/services/self-service/src/main/resources/webapp/src/app/shared/form-controls/dropdowns.component.scss
+++ b/services/self-service/src/main/resources/webapp/src/app/shared/form-controls/dropdowns.component.scss
@@ -117,7 +117,7 @@
       }
     }
   }
-  &.shapes {
+  &.shapes, &.shape {
     .list-menu {
       .list-item {
         text-transform: initial;


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