Skip to content

Commit

Permalink
add status to the default lister fields
Browse files Browse the repository at this point in the history
Since we now have status on allocations, e.g. purged, it makes sense to
show this by default.
  • Loading branch information
Nathan Nutter committed Dec 31, 2013
1 parent 0526a5d commit 7c081f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/perl/Genome/Disk/Command/Allocation/List.pm
Expand Up @@ -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',
};
Expand Down

0 comments on commit 7c081f5

Please sign in to comment.