diff --git a/html/ipsets/index.html b/html/ipsets/index.html index 08ac379..25ec525 100644 --- a/html/ipsets/index.html +++ b/html/ipsets/index.html @@ -564,8 +564,8 @@ data-show-columns="true" data-show-pagination-switch="true" data-pagination="true" - data-page-size="100" - data-page-list="[100, 200, 300, 400, 500, 1000]"> + data-page-size="150" + data-page-list="[150, 300, 500, 1000, 2000, 5000]"> Category @@ -1243,7 +1243,7 @@ function drawretention(ipset, container_age, container_retention) { } if(!data.past.total || !data.past.ips.length) { - $(container_retention).html(charterror('No IPs have been removed from ' + data.ipset + ' since we started monitoring it
(we started at ' + new Date(data.started).toString() + ').
We will report retention, once the list maintainers remove a few IPs from the list.')); + $(container_retention).html(charterror('No IPs have been added and removed from ' + data.ipset + ' since we started monitoring it
(we started at ' + new Date(data.started).toString() + ').
We will report retention, once the list maintainers remove a few IPs that have been added after we started monitoring it.')); } else { var overheads = 0;