@ -6,9 +6,8 @@ sub build_options {
my ($self) = @_;
return [
{ label => 'Select...', value => '' },
{ label => 'pending', value => 'pending' },
{ label => 'active', value => 'active' },
{ label => 'locked', value => 'locked' },
{ label => 'terminated', value => 'terminated' },
];