On Mon, Jun 20, 2011 at 17:31, Josh Cooper <[email protected]> wrote:
> From: Daniel Pittman <[email protected]>

> index 109175b..1ccb186 100644
> --- a/app/views/shared/_node_manager_sidebar.html.haml
> +++ b/app/views/shared/_node_manager_sidebar.html.haml
> @@ -1,4 +1,9 @@
>  .group
> +  %h3= link_to "Delayed Job Status", "/delayed_job_failures"
> +  %h4= link_to "#{DelayedJobFailure.unread.count} unread failures", 
> "/delayed_job_failures"
> +  %h4= "#{Delayed::Job.count} pending reports"

That should probably be "pending delayed jobs" or something, since it
will presently include tasks other than importing of reports.  I
strongly suspect that we will forget to change that when we add
another job type. :)

Daniel

At least, I know that I would, and that is good enough.
-- 
⎋ Puppet Labs Developer – http://puppetlabs.com
✉ Daniel Pittman <[email protected]>
✆ Contact me via gtalk, email, or phone: +1 (877) 575-9775
♲ Made with 100 percent post-consumer electrons

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/puppet-dev?hl=en.

Reply via email to