module Sidekiq::Web

Included Modules

Defined in:

sidekiq/web.cr

Constant Summary

DEFAULT_TABS = {"Dashboard" => "", "Busy" => "busy", "Queues" => "queues", "Retries" => "retries", "Scheduled" => "scheduled", "Dead" => "morgue"}

Class Method Summary

Instance methods inherited from module Sidekiq::WebHelpers

csrf_tag csrf_tag, current_path current_path, current_status current_status, display_args(args, truncate_after_chars = 2000) display_args, environment_title_prefix environment_title_prefix, filtering(*args) filtering, get_locale get_locale, h(text) h, job_params(job, score) job_params, list_page(key, pageidx = 1, page_size = 25) list_page, locale locale, number_with_delimiter(number) number_with_delimiter, page(key, pageidx = 1, page_size = 25, opts = nil) page, parse_params(params) parse_params, processes processes, product_version product_version, qparams(newparams) qparams, redis_info redis_info, redis_location redis_location, relative_time(time) relative_time, retries_with_score(score) retries_with_score, root_path root_path, stats stats, t(msg, options = {} of String => String) t, truncate(text, truncate_after_chars = 2000) truncate, url_with_query(ctx, url) url_with_query, workers workers, zpage(key, pageidx = 1, page_size = 25, opts = nil) zpage

Class Method Detail

def self.custom_tabs #

[View source]
def self.default_tabs #

[View source]