This is an automated email from the ASF dual-hosted git repository.
pawarprasad123 pushed a change to branch ATLAS-5296
in repository https://gitbox.apache.org/repos/asf/atlas.git
from b601d8773 ATLAS-5296: ATLAS UI: React UI fixes, audit table pagination
text, Masonry grid
add e8c6763c0 ATLAS-5296: ATLAS UI: React UI fixes, audit table pagination
text, Masonry grid
No new revisions were added by this update.
Summary of changes:
.../__tests__/detailpageApiMethod.test.ts | 15 ++
.../src/api/apiMethods/detailpageApiMethod.ts | 10 ++
.../__tests__/entityPayloadEnrichmentUtils.test.ts | 147 +++++++++++++++++
.../src/utils/entityPayloadEnrichmentUtils.ts | 110 +++++++++++++
.../PropertiesTab/UserDefinedProperties.tsx | 4 +-
.../__tests__/UserDefinedProperties.test.tsx | 182 +++++++++++++++++++++
6 files changed, 467 insertions(+), 1 deletion(-)
create mode 100644
dashboard/src/utils/__tests__/entityPayloadEnrichmentUtils.test.ts
create mode 100644 dashboard/src/utils/entityPayloadEnrichmentUtils.ts
create mode 100644
dashboard/src/views/DetailPage/EntityDetailTabs/__tests__/UserDefinedProperties.test.tsx