Sha256: 58bade2eeb4926f9dc7cb11258902b01519bdffc34703c742389a335c9a0566e

Contents?: true

Size: 495 Bytes

Versions: 9

Compression:

Stored size: 495 Bytes

Contents

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

= form_tag(daemon_setting_path(@fluentd), method: :patch) do
  .form-group
    = text_area_tag "config", @config, class: "form-control js-fluentd-config-editor", 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"
  = submit_tag t("terms.configtest"), class: "btn btn-secondary", name: "dryrun"

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
fluentd-ui-1.2.1 app/views/fluentd/settings/edit.html.haml
fluentd-ui-1.2.0 app/views/fluentd/settings/edit.html.haml
fluentd-ui-1.1.0 app/views/fluentd/settings/edit.html.haml
fluentd-ui-1.0.1 app/views/fluentd/settings/edit.html.haml
fluentd-ui-1.0.0 app/views/fluentd/settings/edit.html.haml
fluentd-ui-1.0.0.beta.1 app/views/fluentd/settings/edit.html.haml
fluentd-ui-1.0.0.alpha.3 app/views/fluentd/settings/edit.html.haml
fluentd-ui-1.0.0.alpha.2 app/views/fluentd/settings/edit.html.haml
fluentd-ui-1.0.0.alpha.1 app/views/fluentd/settings/edit.html.haml