1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00
mperham--sidekiq/web/views
Josh Loewen 870516f472 Format latency (#4111)
* Format latency time

* format latency when 0

* only show human-readable time if 60s or more

* memoize to reduce repetitive Redis calls

* removing use of seconds.ago due to no ActiveSupport in Sidekiq
2019-02-28 10:06:41 -08:00
..
_footer.erb Add link to docs in footer 2018-03-27 09:18:05 -07:00
_job_info.erb Allow dead jobs which don’t have an associated error, #3390 2017-03-16 11:33:24 -07:00
_nav.erb Update _nav.erb (#4002) 2018-10-19 08:33:51 -07:00
_paging.erb Make Sidekiq Web UI RTL-friendly (#3381) 2017-03-16 13:51:29 -07:00
_poll_link.erb
_status.erb
_summary.erb
busy.erb rework leader api change to avoid breaking processset#to_a 2017-05-26 10:35:19 -07:00
dashboard.erb Make Sidekiq Web UI RTL-friendly (#3381) 2017-03-16 13:51:29 -07:00
dead.erb
layout.erb fix charset attribute of Web UI meta element 2018-07-06 05:07:17 -07:00
morgue.erb Make Sidekiq Web UI RTL-friendly (#3381) 2017-03-16 13:51:29 -07:00
queue.erb Add queue size to web show page (#3896) 2018-08-13 15:13:51 -07:00
queues.erb Format latency (#4111) 2019-02-28 10:06:41 -08:00
retries.erb Add Kill All button to the retries page (#3938) 2018-08-25 07:42:01 -07:00
retry.erb show error class on retry page (#3348) 2017-02-09 21:43:23 -08:00
scheduled.erb Make Sidekiq Web UI RTL-friendly (#3381) 2017-03-16 13:51:29 -07:00
scheduled_job_info.erb