Sha256: 265abd32eaffb6e9c18a9e153373587cf7862882c6ea560308d00396ec8cf840

Contents?: true

Size: 1.23 KB

Versions: 6

Compression:

Stored size: 1.23 KB

Contents

- @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
%div.form-group
  = f.label :format
  = f.hidden_field :format
  = f.text_field :format, class: "form-control", disabled: true
- if @setting.known_formats[@setting.format.to_sym]
  - @setting.known_formats[@setting.format.to_sym].each do |key|
    %label= key
    = f.hidden_field key
    = @setting.send(key)
    %br
- else
  %label= @setting.format
  = f.hidden_field :regexp
  = @setting.regexp
%div.form-group
  = f.label :tag
  = f.text_field :tag, class: "form-control"
%div.form-group
  = f.label :pos_file
  = f.text_field :pos_file, class: "form-control"
.well.well-sm
  %h4{"data-toggle" => "collapse", "href" => "#advanced-setting"}
    = icon('fa-caret-down')
    = t('terms.advanced_setting')
  #advanced-setting.collapse
    %div.form-group
      = f.label :rotate_wait
      = f.text_field :rotate_wait, class: "form-control"
    %div.form-group
      = f.label :read_from_head
      = f.check_box :read_from_head, class: "form-control"
    %div.form-group
      = f.label :refresh_interval
      = f.text_field :refresh_interval, class: "form-control"

Version data entries

6 entries across 6 versions & 1 rubygems

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