mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-15 10:47:06 +02:00
21 lines
893 B
Plaintext
21 lines
893 B
Plaintext
- add_javascript_pack_tag("in_tail_parse")
|
|
|
|
= render "shared/vue/parser_plugin_form"
|
|
|
|
#in-tail-parse{"path" => setting.path}
|
|
%parser-plugin-form{"v-bind:id" => "'parse-section'",
|
|
"v-bind:options-json" => "'#{Fluent::Plugin::PARSER_REGISTRY.map.keys.to_json}'",
|
|
"v-bind:initial-plugin-name" => "'#{setting.parse_type || setting.guess_parse_type}'",
|
|
"v-bind:plugin-type" => "'parse'",
|
|
"v-bind:plugin-label" => "'Parse'",
|
|
"v-on:change-parse-config" => "onChangeParseConfig",
|
|
"v-on:change-plugin-name" => "onChangePluginName",
|
|
"v-on:change-formats" => "onChangeFormats"}
|
|
|
|
.card.mb-3
|
|
%pre{"class" => "card-body", "v-html" => "highlightedLines"}
|
|
|
|
.card.md-3
|
|
%p.card-body.pb-0
|
|
=raw(t("fluentd.settings.in_tail_option_guide"))
|