change noop to info, and some fixes
This commit is contained in:
@@ -105,13 +105,13 @@ __PACKAGE__->belongs_to( target => 'App::Netdisco::DB::Result::Device',
|
||||
|
||||
=head1 METHODS
|
||||
|
||||
=head2 summary
|
||||
=head2 display_name
|
||||
|
||||
An attempt to make a meaningful statement about the job.
|
||||
|
||||
=cut
|
||||
|
||||
sub summary {
|
||||
sub display_name {
|
||||
my $job = shift;
|
||||
return join ' ',
|
||||
$job->action,
|
||||
|
||||
Reference in New Issue
Block a user