Merge pull request #7158 from shvmbisht/fix/add-search/pagination-to-NR
adding search and pagination to new Relic component
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-newrelic': patch
|
||||
---
|
||||
|
||||
Added pagination and searching to the table
|
||||
@@ -54,7 +54,7 @@ export const NewRelicAPMTable = ({ applications }: NewRelicApplications) => {
|
||||
return (
|
||||
<Table
|
||||
title="Application Performance Monitoring"
|
||||
options={{ search: false, paging: false }}
|
||||
options={{ search: true, paging: true }}
|
||||
columns={columns}
|
||||
data={data}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user