From 16ac0d9bacf239ecbf24b4b7d2231981bd9efe89 Mon Sep 17 00:00:00 2001 From: jeff Date: Thu, 13 May 2010 05:43:57 +0000 Subject: cope with poor tax liability report performance by allowing queuing of reports RT#8274 --- httemplate/search/queue.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'httemplate/search/queue.html') diff --git a/httemplate/search/queue.html b/httemplate/search/queue.html index 125a6f7f6..e5f7aed6a 100644 --- a/httemplate/search/queue.html +++ b/httemplate/search/queue.html @@ -50,10 +50,14 @@ || ( ! $noactions && $status =~ /^failed/ || $status =~ /^locked/ + || $status =~ /^done/ ); if ( $changable ) { + $status .= qq! (!; + $status .= + qq!  retry |! + unless $status =~ /^done/; $status .= - qq! ( retry |!. qq! remove )!; } $status; -- cgit v1.2.1