Sha256: d8844b38b346754a43ad4c0694a4b2cc84ba83a30f240d2188207a8a26542d79
Contents?: true
Size: 655 Bytes
Versions: 1
Compression:
Stored size: 655 Bytes
Contents
ul.unstyled.summary.row li.processed.span2 span.count #{number_with_delimiter(stats.processed)} span.desc = t('Processed') li.failed.span2 span.count #{number_with_delimiter(stats.failed)} span.desc = t('Failed') li.busy.span2 span.count #{number_with_delimiter(workers_size)} span.desc = t('Busy') li.scheduled.span2 span.count #{number_with_delimiter(stats.scheduled_size)} span.desc = t('Scheduled') li.retries.span2 span.count #{number_with_delimiter(stats.retry_size)} span.desc = t('Retries') li.enqueued.span2 span.count #{number_with_delimiter(stats.enqueued)} span.desc = t('Enqueued')
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sidekiq-2.13.1 | web/views/_summary.slim |