Sha256: f3fa7cd93df5ade6d84e1995db14a83ce1e3a669e0a6c5c68403ba13b69f03d5

Contents?: true

Size: 1.2 KB

Versions: 30

Compression:

Stored size: 1.2 KB

Contents

- @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
.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
.form-group
  = f.label :tag
  = f.text_field :tag, class: "form-control"
.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
    .form-group
      = f.label :rotate_wait
      = f.text_field :rotate_wait, class: "form-control"
    .form-group
      = f.label :read_from_head
      = f.check_box :read_from_head, class: "form-control"
    .form-group
      = f.label :refresh_interval
      = f.text_field :refresh_interval, class: "form-control"

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
fluentd-ui-1.0.0.alpha.3 app/views/fluentd/settings/_form.html.haml
fluentd-ui-1.0.0.alpha.2 app/views/fluentd/settings/_form.html.haml
fluentd-ui-1.0.0.alpha.1 app/views/fluentd/settings/_form.html.haml
fluentd-ui-0.4.5 app/views/fluentd/settings/_form.html.haml
fluentd-ui-0.4.4 app/views/fluentd/settings/_form.html.haml
fluentd-ui-0.4.3 app/views/fluentd/settings/_form.html.haml
fluentd-ui-0.4.2 app/views/fluentd/settings/_form.html.haml
fluentd-ui-0.4.1 app/views/fluentd/settings/_form.html.haml
fluentd-ui-0.4.0 app/views/fluentd/settings/_form.html.haml
fluentd-ui-0.3.21 app/views/fluentd/settings/_form.html.haml
fluentd-ui-0.3.20 app/views/fluentd/settings/_form.html.haml
fluentd-ui-0.3.19 app/views/fluentd/settings/_form.html.haml
fluentd-ui-0.3.18 app/views/fluentd/settings/_form.html.haml
fluentd-ui-0.3.17 app/views/fluentd/settings/_form.html.haml
fluentd-ui-0.3.16 app/views/fluentd/settings/_form.html.haml
fluentd-ui-0.3.15 app/views/fluentd/settings/_form.html.haml
fluentd-ui-0.3.14 app/views/fluentd/settings/_form.html.haml
fluentd-ui-0.3.13 app/views/fluentd/settings/_form.html.haml
fluentd-ui-0.3.12 app/views/fluentd/settings/_form.html.haml
fluentd-ui-0.3.11 app/views/fluentd/settings/_form.html.haml