mirror of
https://github.com/fluent/fluentd-ui.git
synced 2026-05-05 10:56:11 +02:00
Add missing hidden field
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
This commit is contained in:
parent
c8fde4618b
commit
dc44aaf952
@ -15,6 +15,7 @@
|
||||
- parse_config = setting.create_parser
|
||||
= form.fields("parse[0]", model: parse_config, builder: FluentdFormBuilder) do |f|
|
||||
- f.object.common_options.each do |key|
|
||||
= f.hidden_field(key)
|
||||
= f.field(key, disabled: true)
|
||||
|
||||
= form.field(:tag)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user