Sha256: aa5713f03141e42d75ec226ec306ffa5c24138e2ef960cf0714f39acb6ad7ddf

Contents?: true

Size: 396 Bytes

Versions: 4

Compression:

Stored size: 396 Bytes

Contents

- page_title t('.page_title', label: @fluentd.label)

- if @error
  %pre.alert.alert-danger= @error

= form_tag(daemon_setting_path(@fluentd), method: :patch) do
  .form-group
    = text_area_tag "config", @config, class: "form-control", rows: 40
  %p.text.text-danger= t('terms.notice_restart_for_config_edit', brand: fluentd_ui_brand)
  = submit_tag t("terms.update"), class: "btn btn-primary"

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
fluentd-ui-0.3.12 app/views/fluentd/settings/edit.html.haml
fluentd-ui-0.3.11 app/views/fluentd/settings/edit.html.haml
fluentd-ui-0.3.10 app/views/fluentd/settings/edit.html.haml
fluentd-ui-0.3.9 app/views/fluentd/settings/edit.html.haml