Alerting: Paginate silences table(s) (#74041)

This commit is contained in:
Gilles De Mey 2023-08-29 18:07:05 +02:00 committed by GitHub
parent 6f368d51fd
commit f1079b0a05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -122,6 +122,7 @@ function SilenceList({
if (!!items.length) {
return (
<DynamicTable
pagination={{ itemsPerPage: 25 }}
items={items}
cols={columns}
isExpandable