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/01/23 09:08:53 UTC

[incubator-dlab] branch DLAB-1455 created (now 9b21786)

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

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


      at 9b21786  [DLAB-1451]: Added Endpoint url validation

This branch includes the following new commits:

     new 9b21786  [DLAB-1451]: Added Endpoint url validation

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-1451]: Added Endpoint url validation

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

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

commit 9b2178696ab04be2541a91be66d69fa72ee61113
Author: Dmytro Gnatyshyn <di...@ukr.net>
AuthorDate: Thu Jan 23 11:08:26 2020 +0200

    [DLAB-1451]: Added Endpoint url validation
---
 .../app/administration/management/endpoints/endpoints.component.scss | 3 +++
 .../src/app/resources/resources-grid/resources-grid.component.scss   | 5 ++++-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/services/self-service/src/main/resources/webapp/src/app/administration/management/endpoints/endpoints.component.scss b/services/self-service/src/main/resources/webapp/src/app/administration/management/endpoints/endpoints.component.scss
index 78665ea..a23554f 100644
--- a/services/self-service/src/main/resources/webapp/src/app/administration/management/endpoints/endpoints.component.scss
+++ b/services/self-service/src/main/resources/webapp/src/app/administration/management/endpoints/endpoints.component.scss
@@ -56,6 +56,9 @@
         width: 100%;
         thead{
           background: transparent;
+          .mat-header-row{
+            background-clip:padding-box;
+          }
         }
         tr {
           td {
diff --git a/services/self-service/src/main/resources/webapp/src/app/resources/resources-grid/resources-grid.component.scss b/services/self-service/src/main/resources/webapp/src/app/resources/resources-grid/resources-grid.component.scss
index 88adca3..335c4d5 100644
--- a/services/self-service/src/main/resources/webapp/src/app/resources/resources-grid/resources-grid.component.scss
+++ b/services/self-service/src/main/resources/webapp/src/app/resources/resources-grid/resources-grid.component.scss
@@ -25,6 +25,8 @@ table {
   width: 100%;
 
   .header-row {
+    position: sticky;
+    background-clip:padding-box;
     th {
       padding: 5px;
     }
@@ -77,10 +79,11 @@ table {
 
   .filter-row {
     height: 0 !important;
+    background-clip:padding-box;
 
     th {
       padding: 5px;
-
+      background-clip: padding-box;
       &:last-child {
         padding-right: 6px;
       }


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