mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-12 09:17:05 +02:00
Hide hidden options
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
This commit is contained in:
parent
15530c223c
commit
2b577a1fe9
@ -24,7 +24,9 @@ class Fluentd
|
|||||||
def hidden_options
|
def hidden_options
|
||||||
[
|
[
|
||||||
# We don't support TLS configuration via fluentd-ui for now.
|
# We don't support TLS configuration via fluentd-ui for now.
|
||||||
:transport
|
:transport,
|
||||||
|
:backlog,
|
||||||
|
:blocking_timeout,
|
||||||
]
|
]
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user