Sha256: 7fa8e979e89271e6df3bb3407f8438d0f655e6db1312ec25f4d9c85c80198609

Contents?: true

Size: 1.04 KB

Versions: 6

Compression:

Stored size: 1.04 KB

Contents

%div.col-xs-6
  - @fluentd.errors.full_messages.each do |e|
    %div.alert.alert-danger= e

  = form_for(:fluentd, url: url, method: method) do |f|
    %div.form-group
      = f.label :variant
      = f.hidden_field :variant
      = @fluentd.variant
    %div.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"
    %div.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"
    %div.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

6 entries across 6 versions & 1 rubygems

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