mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Alerting: Paginate silences table(s) (#74041)
This commit is contained in:
parent
6f368d51fd
commit
f1079b0a05
@ -122,6 +122,7 @@ function SilenceList({
|
|||||||
if (!!items.length) {
|
if (!!items.length) {
|
||||||
return (
|
return (
|
||||||
<DynamicTable
|
<DynamicTable
|
||||||
|
pagination={{ itemsPerPage: 25 }}
|
||||||
items={items}
|
items={items}
|
||||||
cols={columns}
|
cols={columns}
|
||||||
isExpandable
|
isExpandable
|
||||||
|
Loading…
Reference in New Issue
Block a user