fluentd-ui/app/views/shared/vue/_in_tail_parse.html.haml
Kenji Okimoto c2789e4433
Indent
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-10-02 17:00:24 +09:00

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"))