Sha256: b0bae603738cca0544b6e64442923b92557880e34e8661398f7b9bc9b91d3446
Contents?: true
Size: 1.04 KB
Versions: 13
Compression:
Stored size: 1.04 KB
Contents
# frozen_string_literal: true # This Karafka component is a Pro component under a commercial license. # This Karafka component is NOT licensed under LGPL. # # All of the commercial components are present in the lib/karafka/pro directory of this # repository and their usage requires commercial license agreement. # # Karafka has also commercial-friendly license, commercial support and commercial components. # # By sending a pull request to the pro components, you are agreeing to transfer the copyright of # your code to Maciej Mensfeld. module Karafka module Web module Pro module Ui module Controllers # Displays list of active jobs class JobsController < Web::Ui::Controllers::JobsController self.sortable_attributes = %w[ id topic consumer type messages first_offset last_offset committed_offset updated_at ].freeze end end end end end end
Version data entries
13 entries across 13 versions & 1 rubygems