Alerting: Paginate silences table(s) (#74041)
This commit is contained in:
@@ -122,6 +122,7 @@ function SilenceList({
|
||||
if (!!items.length) {
|
||||
return (
|
||||
<DynamicTable
|
||||
pagination={{ itemsPerPage: 25 }}
|
||||
items={items}
|
||||
cols={columns}
|
||||
isExpandable
|
||||
|
||||
Reference in New Issue
Block a user