Sha256: b40357ee9d5b08615a45ea4c8bb921a2e5ada334eb87cd593db716cd877e851b

Contents?: true

Size: 938 Bytes

Versions: 5

Compression:

Stored size: 938 Bytes

Contents

%script{type: "text/x-template", id: "vue-parser-multiline-form"}
  .form-group
    %label{"for" => "setting_parse_0__format_firstline",
           "data-toggle" => "tooltip",
           "data-placement" => "right",
           "v-bind:title" => "formatFirstlineDesc"}
      Format first line
    %input.form-control{"type" => "text",
                        "id" => "setting_parse_0__format_firstline",
                        "name" => "setting[parse[0]][format_firstline]",
                        "v-model.lazy" => "formatFirstline"}
    %label.mt-3{"v-bind:for" => "textareaId(pluginType)"}
      Formats
    %p.alert.alert-warning
      = t("fluentd.settings.in_tail.notice_for_multiline_limit")
    %textarea.form-control{"v-bind:id" => "textareaId(pluginType)",
                           "v-bind:name" => "textareaName(pluginType)",
                           "v-model.lazy" => "formats",
                           "rows" => 20}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
fluentd-ui-1.1.0 app/views/shared/vue/_parser_multiline_form.html.haml
fluentd-ui-1.0.1 app/views/shared/vue/_parser_multiline_form.html.haml
fluentd-ui-1.0.0 app/views/shared/vue/_parser_multiline_form.html.haml
fluentd-ui-1.0.0.beta.1 app/views/shared/vue/_parser_multiline_form.html.haml
fluentd-ui-1.0.0.alpha.3 app/views/shared/vue/_parser_multiline_form.html.haml