mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-15 18:57:10 +02:00
12 lines
172 B
Ruby
12 lines
172 B
Ruby
class Fluentd
|
|
module Setting
|
|
module Label
|
|
extend ActiveSupport::Concern
|
|
|
|
included do
|
|
config_argument(:label, :string)
|
|
end
|
|
end
|
|
end
|
|
end
|