summaryrefslogtreecommitdiff
path: root/rt/share/html/Admin/Queues/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'rt/share/html/Admin/Queues/index.html')
-rwxr-xr-xrt/share/html/Admin/Queues/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/rt/share/html/Admin/Queues/index.html b/rt/share/html/Admin/Queues/index.html
index 7f267021b..4ef183ee1 100755
--- a/rt/share/html/Admin/Queues/index.html
+++ b/rt/share/html/Admin/Queues/index.html
@@ -2,7 +2,7 @@
%#
%# COPYRIGHT:
%#
-%# This software is Copyright (c) 1996-2013 Best Practical Solutions, LLC
+%# This software is Copyright (c) 1996-2014 Best Practical Solutions, LLC
%# <sales@bestpractical.com>
%#
%# (Except where explicitly superseded by other copyright notices)
@@ -58,6 +58,7 @@
<& /Elements/CollectionList,
OrderBy => 'Name',
Order => 'ASC',
+ Rows => 50,
%ARGS,
Format => $Format,
Collection => $queues,