From 7c081f5469a6ebf0f3e6aadd2832989c71da0e0a Mon Sep 17 00:00:00 2001 From: Nathan Nutter Date: Tue, 31 Dec 2013 10:47:01 -0600 Subject: [PATCH] add status to the default lister fields Since we now have status on allocations, e.g. purged, it makes sense to show this by default. --- lib/perl/Genome/Disk/Command/Allocation/List.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/perl/Genome/Disk/Command/Allocation/List.pm b/lib/perl/Genome/Disk/Command/Allocation/List.pm index 1149384275..d68fa62ce4 100644 --- a/lib/perl/Genome/Disk/Command/Allocation/List.pm +++ b/lib/perl/Genome/Disk/Command/Allocation/List.pm @@ -12,7 +12,7 @@ class Genome::Disk::Command::Allocation::List { is_constant => 1, value => 'Genome::Disk::Allocation' }, - show => { default_value => 'id,absolute_path,kilobytes_requested,owner_class_name,owner_id,creation_time,reallocation_time' }, + show => { default_value => 'id,status,absolute_path,kilobytes_requested,owner_class_name,owner_id,creation_time,reallocation_time' }, ], doc => 'lists Genome::Disk::Allocation objects', };