Sha256: 790b0b6b924d7dbeff33354eafe0b2e5e5e84cf1762f9b572f0febbc592be0b5

Contents?: true

Size: 1.01 KB

Versions: 5

Compression:

Stored size: 1.01 KB

Contents

.col-xl-6
  - @fluentd.errors.full_messages.each do |e|
    .alert.alert-danger= e

  = form_for(:fluentd, url: url, method: method) do |f|
    .form-group
      = f.label :variant
      = f.hidden_field :variant
      = @fluentd.variant
    .form-group
      = f.label :pid_file
      - if @fluentd.td_agent?
        = f.text_field :pid_file, class: "form-control", disabled: true
        = f.hidden_field :pid_file
      - else
        = f.text_field :pid_file, class: "form-control"
    .form-group
      = f.label :log_file
      - if @fluentd.td_agent?
        = f.text_field :log_file, class: "form-control", disabled: true
        = f.hidden_field :log_file
      - else
        = f.text_field :log_file, class: "form-control"
    .form-group
      = f.label :config_file
      - if @fluentd.td_agent?
        = f.text_field :config_file, class: "form-control", disabled: true
        = f.hidden_field :config_file
      - else
        = f.text_field :config_file, class: "form-control"
    = f.submit btn, class: "btn btn-primary"

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
fluentd-ui-1.0.0 app/views/fluentd/_form.html.haml
fluentd-ui-1.0.0.beta.1 app/views/fluentd/_form.html.haml
fluentd-ui-1.0.0.alpha.3 app/views/fluentd/_form.html.haml
fluentd-ui-1.0.0.alpha.2 app/views/fluentd/_form.html.haml
fluentd-ui-1.0.0.alpha.1 app/views/fluentd/_form.html.haml