mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-12 09:17:05 +02:00
Handle time_key without error
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
This commit is contained in:
parent
f194aae880
commit
72d377b51a
@ -79,6 +79,7 @@ class Fluentd
|
|||||||
|
|
||||||
def reformat_value(name, value)
|
def reformat_value(name, value)
|
||||||
type = column_type(name)
|
type = column_type(name)
|
||||||
|
return value if type.nil? # name == :time_key
|
||||||
return value if type == :enum
|
return value if type == :enum
|
||||||
return value if type == :regexp
|
return value if type == :regexp
|
||||||
type_name = if type.is_a?(Fluentd::Setting::Type::Time)
|
type_name = if type.is_a?(Fluentd::Setting::Type::Time)
|
||||||
|
Loading…
Reference in New Issue
Block a user