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

[atlas] branch master updated: ATLAS-4715 :(UI) Option to delete assigned term from deleted entity is visible

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

ppawar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/atlas.git


The following commit(s) were added to refs/heads/master by this push:
     new 525b32807 ATLAS-4715 :(UI) Option to delete assigned term from deleted entity is visible
525b32807 is described below

commit 525b328071464312fa5a720d2f039b29f34aca4d
Author: Farhan Khan <fa...@freestoneinfotech.com>
AuthorDate: Mon Nov 28 12:56:00 2022 +0530

    ATLAS-4715 :(UI) Option to delete assigned term from deleted entity is visible
    
    Signed-off-by: Prasad Pawar <pr...@freestoneinfotech.com>
---
 dashboardv2/public/css/scss/common.scss | 7 +++++++
 dashboardv3/public/css/scss/common.scss | 7 +++++++
 2 files changed, 14 insertions(+)

diff --git a/dashboardv2/public/css/scss/common.scss b/dashboardv2/public/css/scss/common.scss
index 73f67c75c..77b919ec6 100644
--- a/dashboardv2/public/css/scss/common.scss
+++ b/dashboardv2/public/css/scss/common.scss
@@ -63,6 +63,13 @@
                 display: none;
             }
         }
+        &.btn[data-id="termClick"] {
+            i.fa-close[data-id="deleteTag"],
+            i.fa-times[data-id="deleteTag"],
+            i.fa-times[data-id="delete"] {
+                display: none;
+            }
+        }
     }
 }
 
diff --git a/dashboardv3/public/css/scss/common.scss b/dashboardv3/public/css/scss/common.scss
index 93f5ddbdd..951c88fe0 100644
--- a/dashboardv3/public/css/scss/common.scss
+++ b/dashboardv3/public/css/scss/common.scss
@@ -63,6 +63,13 @@
                 display: none;
             }
         }
+        &.btn[data-id="termClick"] {
+            i.fa-close[data-id="deleteTag"],
+            i.fa-times[data-id="deleteTag"],
+            i.fa-times[data-id="delete"] {
+                display: none;
+            }
+        }
     }
 }