Sha256: 2ea47309e5e57a358f4b1b9b4282c0f1d2f720b75ab610b42aacb3e2541846b8

Contents?: true

Size: 830 Bytes

Versions: 22

Compression:

Stored size: 830 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 partial: "shared/vue/in_tail_format", locals: { file: f.object.path, formats: @setting.known_formats, initialSelected: f.object.format || @setting.guess_format }

  %pre= file_tail(@setting.path).join("\n")

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

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
fluentd-ui-0.4.0 app/views/fluentd/settings/in_tail/after_file_choose.html.haml
fluentd-ui-0.3.21 app/views/fluentd/settings/in_tail/after_file_choose.html.haml
fluentd-ui-0.3.20 app/views/fluentd/settings/in_tail/after_file_choose.html.haml
fluentd-ui-0.3.19 app/views/fluentd/settings/in_tail/after_file_choose.html.haml
fluentd-ui-0.3.18 app/views/fluentd/settings/in_tail/after_file_choose.html.haml
fluentd-ui-0.3.17 app/views/fluentd/settings/in_tail/after_file_choose.html.haml
fluentd-ui-0.3.16 app/views/fluentd/settings/in_tail/after_file_choose.html.haml
fluentd-ui-0.3.15 app/views/fluentd/settings/in_tail/after_file_choose.html.haml
fluentd-ui-0.3.14 app/views/fluentd/settings/in_tail/after_file_choose.html.haml
fluentd-ui-0.3.13 app/views/fluentd/settings/in_tail/after_file_choose.html.haml
fluentd-ui-0.3.12 app/views/fluentd/settings/in_tail/after_file_choose.html.haml
fluentd-ui-0.3.11 app/views/fluentd/settings/in_tail/after_file_choose.html.haml
fluentd-ui-0.3.10 app/views/fluentd/settings/in_tail/after_file_choose.html.haml
fluentd-ui-0.3.9 app/views/fluentd/settings/in_tail/after_file_choose.html.haml
fluentd-ui-0.3.8 app/views/fluentd/settings/in_tail/after_file_choose.html.haml
fluentd-ui-0.3.7 app/views/fluentd/settings/in_tail/after_file_choose.html.haml
fluentd-ui-0.3.6 app/views/fluentd/settings/in_tail/after_file_choose.html.haml
fluentd-ui-0.3.5 app/views/fluentd/settings/in_tail/after_file_choose.html.haml
fluentd-ui-0.3.3 app/views/fluentd/settings/in_tail/after_file_choose.html.haml
fluentd-ui-0.3.2 app/views/fluentd/settings/in_tail/after_file_choose.html.haml