This is an automated email from the ASF dual-hosted git repository.
ppawar pushed a commit to branch atlas-2.5
in repository https://gitbox.apache.org/repos/asf/atlas.git
The following commit(s) were added to refs/heads/atlas-2.5 by this push:
new f7f29296d ATLAS-5092 : Change the literature of classification count
on the Statistics page (#427)
f7f29296d is described below
commit f7f29296da2058dec4c16fb523244a218fba90e1
Author: farhank31 <[email protected]>
AuthorDate: Mon Sep 8 17:10:39 2025 +0530
ATLAS-5092 : Change the literature of classification count on the
Statistics page (#427)
Co-authored-by: Farhan Khan <[email protected]>
---
dashboard/src/views/Statistics/ClassificationStats.tsx | 2 +-
dashboardv2/public/js/templates/site/Statistics_tmpl.html | 2 +-
dashboardv3/public/js/templates/site/Statistics_tmpl.html | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dashboard/src/views/Statistics/ClassificationStats.tsx
b/dashboard/src/views/Statistics/ClassificationStats.tsx
index 3b00750af..7f6e88aa3 100644
--- a/dashboard/src/views/Statistics/ClassificationStats.tsx
+++ b/dashboard/src/views/Statistics/ClassificationStats.tsx
@@ -108,7 +108,7 @@ const ClassificationStats = ({ handleClose }: any) => {
<TableCell align="right">
<Typography fontWeight="600">
{" "}
- Count
+ Associated Entities
<span className="count">{`(${numberFormatWithComma(
tagsCount
)})`}</span>
diff --git a/dashboardv2/public/js/templates/site/Statistics_tmpl.html
b/dashboardv2/public/js/templates/site/Statistics_tmpl.html
index 646e37fe7..a65be9774 100644
--- a/dashboardv2/public/js/templates/site/Statistics_tmpl.html
+++ b/dashboardv2/public/js/templates/site/Statistics_tmpl.html
@@ -62,7 +62,7 @@
<thead>
<tr>
<th class="">Name</th>
- <th class="">Count <span
class="count">(0)</span></th>
+ <th class="">Associated Entities <span
class="count">(0)</span></th>
</tr>
</thead>
<tbody data-id="classification-card">
diff --git a/dashboardv3/public/js/templates/site/Statistics_tmpl.html
b/dashboardv3/public/js/templates/site/Statistics_tmpl.html
index 646e37fe7..a65be9774 100644
--- a/dashboardv3/public/js/templates/site/Statistics_tmpl.html
+++ b/dashboardv3/public/js/templates/site/Statistics_tmpl.html
@@ -62,7 +62,7 @@
<thead>
<tr>
<th class="">Name</th>
- <th class="">Count <span
class="count">(0)</span></th>
+ <th class="">Associated Entities <span
class="count">(0)</span></th>
</tr>
</thead>
<tbody data-id="classification-card">