Sha256: 7e06973d3f208632949787d6ae3bc0e5246914ee2da54f712299b20fb1d980f9

Contents?: true

Size: 774 Bytes

Versions: 5

Compression:

Stored size: 774 Bytes

Contents

- page_title t(".page_title")

= link_to t('fluentd.settings.in_tail.restart_from_first'), daemon_setting_in_tail_path(@fluentd)

= form_for(@setting, as: "setting", url: after_format_daemon_setting_in_tail_path(@fluentd)) do |f|
  - @setting.errors.full_messages.each do |e|
    .alert.alert-danger= e

  .form-group
    = f.label :path
    = f.hidden_field :path
    = f.text_field :path, class: "form-control", disabled: true
  = render "shared/vue/in_tail_parse", setting: @setting

  .card
    %pre.card-body= file_tail(@setting.path, Settings.in_tail_preview_line_count).join("\n")

  %p
    = f.submit t('terms.next'), class: "btn btn-lg btn-primary float-right"
    = link_to t('terms.prev'), daemon_setting_in_tail_path(@fluentd), class: "btn btn-lg btn-secondary"

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
fluentd-ui-1.1.0 app/views/fluentd/settings/in_tail/after_file_choose.html.haml
fluentd-ui-1.0.1 app/views/fluentd/settings/in_tail/after_file_choose.html.haml
fluentd-ui-1.0.0 app/views/fluentd/settings/in_tail/after_file_choose.html.haml
fluentd-ui-1.0.0.beta.1 app/views/fluentd/settings/in_tail/after_file_choose.html.haml
fluentd-ui-1.0.0.alpha.3 app/views/fluentd/settings/in_tail/after_file_choose.html.haml