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) {
|
||||
return (
|
||||
<DynamicTable
|
||||
pagination={{ itemsPerPage: 25 }}
|
||||
items={items}
|
||||
cols={columns}
|
||||
isExpandable
|
||||
|
Loading…
Reference in New Issue
Block a user