diff --git a/share/html/Admin/Tools/Configuration.html b/share/html/Admin/Tools/Configuration.html
index 38898b89be1..898a63d493c 100644
--- a/share/html/Admin/Tools/Configuration.html
+++ b/share/html/Admin/Tools/Configuration.html
@@ -127,11 +127,12 @@
&>
<&|/Widgets/TitleBox, title => loc("RT Size") &>
+
+% if ( $LoadSize ) {
-
<%PERL>
my ($index_size, $user_count, $privileged_count);
for my $type (qw/Tickets Queues Transactions Articles Assets Groups PrivilegedUsers UnprivilegedUsers/) {
@@ -157,7 +158,11 @@
<% $count %>
% }
- &>
+
+% } else {
+ <&|/l&>Load Size&>
+% }
+&>
@@ -390,3 +395,7 @@
return $output;
}
%INIT>
+
+<%ARGS>
+$LoadSize => undef
+%ARGS>