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