Sha256: 92db64ac1e18e85892d1b7c2273ebb533bb37184d4544ce7a3013de9c00f6d44

Contents?: true

Size: 838 Bytes

Versions: 6

Compression:

Stored size: 838 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|
    %div.alert.alert-danger= e

  %div.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

6 entries across 6 versions & 1 rubygems

Version Path
fluentd-ui-0.2.0 app/views/fluentd/settings/in_tail/after_file_choose.html.haml
fluentd-ui-0.1.4 app/views/fluentd/settings/in_tail/after_file_choose.html.haml
fluentd-ui-0.1.3 app/views/fluentd/settings/in_tail/after_file_choose.html.haml
fluentd-ui-0.1.2 app/views/fluentd/settings/in_tail/after_file_choose.html.haml
fluentd-ui-0.1.1 app/views/fluentd/settings/in_tail/after_file_choose.html.haml
fluentd-ui-0.1.0 app/views/fluentd/settings/in_tail/after_file_choose.html.haml