mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-18 04:07:05 +02:00
Render shared/vue/in_tail_parse to set configuration for in_tail's parse section
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
This commit is contained in:
parent
72d377b51a
commit
3a80c940f8
@ -10,7 +10,7 @@
|
||||
= f.label :path
|
||||
= f.hidden_field :path
|
||||
= f.text_field :path, class: "form-control", disabled: true
|
||||
= render partial: "shared/vue/in_tail_format", locals: { file: f.object.path, formats: @setting.known_formats, initialSelected: f.object.parse_type || @setting.guess_format }
|
||||
= render "shared/vue/in_tail_parse", setting: @setting
|
||||
|
||||
.card
|
||||
%pre.card-body= file_tail(@setting.path, Settings.in_tail_preview_line_count).join("\n")
|
||||
|
Loading…
Reference in New Issue
Block a user