mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-15 02:37:08 +02:00
Because the label is not an argument. Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
12 lines
169 B
Ruby
12 lines
169 B
Ruby
class Fluentd
|
|
module Setting
|
|
module Label
|
|
extend ActiveSupport::Concern
|
|
|
|
included do
|
|
config_param(:label, :string)
|
|
end
|
|
end
|
|
end
|
|
end
|