You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datalab.apache.org by hs...@apache.org on 2022/09/27 08:34:03 UTC

[incubator-datalab] branch hot-fix/audit-info created (now 8d3adf7ae)

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

hshpak pushed a change to branch hot-fix/audit-info
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git


      at 8d3adf7ae added border to info dialog in audit page

This branch includes the following new commits:

     new 8d3adf7ae added border to info dialog in audit page

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@datalab.apache.org
For additional commands, e-mail: commits-help@datalab.apache.org


[incubator-datalab] 01/01: added border to info dialog in audit page

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

hshpak pushed a commit to branch hot-fix/audit-info
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git

commit 8d3adf7ae9628fc8a71d74bedce298212e302e00
Author: Hennadii_Shpak <bo...@gmail.com>
AuthorDate: Tue Sep 27 11:33:25 2022 +0300

    added border to info dialog in audit page
---
 .../webapp/src/app/reports/audit/audit-grid/audit-grid.component.scss   | 2 +-
 .../webapp/src/app/reports/audit/audit-grid/audit-grid.component.ts     | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/services/self-service/src/main/resources/webapp/src/app/reports/audit/audit-grid/audit-grid.component.scss b/services/self-service/src/main/resources/webapp/src/app/reports/audit/audit-grid/audit-grid.component.scss
index 555d7ad15..bbee3d383 100644
--- a/services/self-service/src/main/resources/webapp/src/app/reports/audit/audit-grid/audit-grid.component.scss
+++ b/services/self-service/src/main/resources/webapp/src/app/reports/audit/audit-grid/audit-grid.component.scss
@@ -332,4 +332,4 @@
   border-top: 1px solid #e0e0e0;
   transform: translateY(-1px);
   border-bottom: none;
-}
\ No newline at end of file
+}
diff --git a/services/self-service/src/main/resources/webapp/src/app/reports/audit/audit-grid/audit-grid.component.ts b/services/self-service/src/main/resources/webapp/src/app/reports/audit/audit-grid/audit-grid.component.ts
index 866077106..5aa6ffabb 100644
--- a/services/self-service/src/main/resources/webapp/src/app/reports/audit/audit-grid/audit-grid.component.ts
+++ b/services/self-service/src/main/resources/webapp/src/app/reports/audit/audit-grid/audit-grid.component.ts
@@ -301,6 +301,7 @@ export class AuditGridComponent implements OnInit {
     .message-wrapper{min-height: 70px;; display: flex; align-items: center}
     .mat-list-wrapper{padding-top: 5px;}
     .list-item{color: #718ba6; height: auto; line-height: 20px; font-size: 14px}
+    .list-item:not(:last-child) { border-bottom:1px solid #edf1f5;}
     .info-item-title{width: 40%; padding: 10px 0;font-size: 14px;}
     .info-item-quota{width: 30%; padding: 10px 0;font-size: 14px;}
     .list-header {padding-top: 5px;}


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