Sha256: 587ddeed92bdd6b5a43ae5d924f649c32abc66cb129fe2fd3dedc51f8df033f0

Contents?: true

Size: 1.01 KB

Versions: 27

Compression:

Stored size: 1.01 KB

Contents

.col-xs-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

27 entries across 27 versions & 1 rubygems

Version Path
fluentd-ui-0.4.5 app/views/fluentd/_form.html.haml
fluentd-ui-0.4.4 app/views/fluentd/_form.html.haml
fluentd-ui-0.4.3 app/views/fluentd/_form.html.haml
fluentd-ui-0.4.2 app/views/fluentd/_form.html.haml
fluentd-ui-0.4.1 app/views/fluentd/_form.html.haml
fluentd-ui-0.4.0 app/views/fluentd/_form.html.haml
fluentd-ui-0.3.21 app/views/fluentd/_form.html.haml
fluentd-ui-0.3.20 app/views/fluentd/_form.html.haml
fluentd-ui-0.3.19 app/views/fluentd/_form.html.haml
fluentd-ui-0.3.18 app/views/fluentd/_form.html.haml
fluentd-ui-0.3.17 app/views/fluentd/_form.html.haml
fluentd-ui-0.3.16 app/views/fluentd/_form.html.haml
fluentd-ui-0.3.15 app/views/fluentd/_form.html.haml
fluentd-ui-0.3.14 app/views/fluentd/_form.html.haml
fluentd-ui-0.3.13 app/views/fluentd/_form.html.haml
fluentd-ui-0.3.12 app/views/fluentd/_form.html.haml
fluentd-ui-0.3.11 app/views/fluentd/_form.html.haml
fluentd-ui-0.3.10 app/views/fluentd/_form.html.haml
fluentd-ui-0.3.9 app/views/fluentd/_form.html.haml
fluentd-ui-0.3.8 app/views/fluentd/_form.html.haml