Skip to content

Commit

Permalink
Add column to fetch on report list
Browse files Browse the repository at this point in the history
  • Loading branch information
moznion committed Apr 4, 2014
1 parent 1833761 commit 304c5e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Ukigumo/Server/Command/Report.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 304c5e7

Please sign in to comment.