mirror of
https://github.com/fluent/fluentd-ui.git
synced 2026-05-06 03:16:11 +02:00
Avoid unsupported type error
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
This commit is contained in:
parent
89296a331d
commit
421cbdd1af
@ -51,6 +51,8 @@ class Fluentd
|
||||
|
||||
def reformat_value(name, value)
|
||||
type = column_type(name)
|
||||
return value if type == :enum
|
||||
return value if type == :regexp
|
||||
type_name = if type.is_a?(Fluentd::Setting::Type::Time)
|
||||
:time
|
||||
else
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user