Skip to content

Commit

Permalink
Alerting: Paginate silences table(s) (grafana#74041)
Browse files Browse the repository at this point in the history
  • Loading branch information
gillesdemey authored and chauchausoup committed Sep 15, 2023
1 parent ec7ba37 commit 2a517c1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ function SilenceList({
if (!!items.length) {
return (
<DynamicTable
pagination={{ itemsPerPage: 25 }}
items={items}
cols={columns}
isExpandable
Expand Down

0 comments on commit 2a517c1

Please sign in to comment.