Merge pull request #1159 from palash-signoz/390-metrics-pagination

feat: pagination is added in the application table
This commit is contained in:
palash-signoz 2022-05-19 13:29:05 +05:30 committed by GitHub
commit 31583b73d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,7 +77,6 @@ function Metrics(): JSX.Element {
loading={loading}
dataSource={services}
columns={columns}
pagination={false}
rowKey="serviceName"
/>
</Container>