This is an automated email from the ASF dual-hosted git repository.
ppawar pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/atlas.git
from 4c49d3933 ATLAS-5021: Extract Metadata from Trino periodically (#428)
add 58bdeda65 ATLAS-5036: [React UI] Pagination Issue: 'Go to Page' input
resets and Incorrect page number Display with font & alignment inconsistencies
(#435)
No new revisions were added by this update.
Summary of changes:
dashboard/src/components/Table/TableLayout.tsx | 82 ++-
dashboard/src/components/Table/TablePagination.tsx | 582 +++++++++++++--------
dashboard/src/components/commonComponents.tsx | 24 +
dashboard/src/models/tableLayoutType.ts | 4 +
dashboard/src/styles/table.scss | 25 +-
dashboard/src/utils/Enum.ts | 18 +
dashboard/src/utils/Messages.ts | 10 +-
dashboard/src/utils/Utils.ts | 2 +-
.../views/Administrator/Audits/AdminAuditTable.tsx | 11 +-
.../DetailPage/EntityDetailTabs/AuditsTab.tsx | 16 +-
.../EntityDetailTabs/ClassificationsTab.tsx | 3 +
.../DetailPage/EntityDetailTabs/ProfileTab.tsx | 12 +-
.../EntityDetailTabs/ReplicationAuditTab.tsx | 3 +-
.../src/views/SearchResult/RelationShipSearch.tsx | 6 +-
dashboard/src/views/SearchResult/SearchResult.tsx | 57 +-
.../src/views/SideBar/SideBarTree/SideBarTree.tsx | 6 +-
16 files changed, 534 insertions(+), 327 deletions(-)