From 304c5e7f1f16492f7ff8d67c862b91f013d39ffb Mon Sep 17 00:00:00 2001 From: moznion Date: Fri, 4 Apr 2014 11:54:42 +0900 Subject: [PATCH] Add column to fetch on report list --- lib/Ukigumo/Server/Command/Report.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Ukigumo/Server/Command/Report.pm b/lib/Ukigumo/Server/Command/Report.pm index 7ee3c64..a76685d 100644 --- a/lib/Ukigumo/Server/Command/Report.pm +++ b/lib/Ukigumo/Server/Command/Report.pm @@ -116,7 +116,7 @@ sub list { limit => $args->{limit} + 1, offset => $args->{limit}*($args->{page}-1), order_by => 'report_id DESC', - columns => [qw/report_id revision status ctime/], + columns => [qw/report_id revision status ctime elapsed_time_sec/], }); $itr->suppress_object_creation(1);