[Rt-commit] rt branch, 4.0/admin-queues-paging, created. rt-4.0.12-12-g944109e
Thomas Sibley
trs at bestpractical.com
Tue May 14 18:29:49 EDT 2013
The branch, 4.0/admin-queues-paging has been created
at 944109e78909187e4427557380f16f34a93c9727 (commit)
- Log -----------------------------------------------------------------
commit 944109e78909187e4427557380f16f34a93c9727
Author: Thomas Sibley <trs at bestpractical.com>
Date: Tue May 14 15:27:19 2013 -0700
Limit the Admin Queues list to 50 rows per page by default
Otherwise instances with a large number of queues take forever to load
and display (such as rt.cpan.org).
diff --git a/share/html/Admin/Queues/index.html b/share/html/Admin/Queues/index.html
index 7f26702..2092230 100644
--- a/share/html/Admin/Queues/index.html
+++ b/share/html/Admin/Queues/index.html
@@ -58,6 +58,7 @@
<& /Elements/CollectionList,
OrderBy => 'Name',
Order => 'ASC',
+ Rows => 50,
%ARGS,
Format => $Format,
Collection => $queues,
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list