mirror of
https://github.com/fluent/fluentd-ui.git
synced 2026-05-16 16:16:11 +02:00
11 lines
396 B
Plaintext
11 lines
396 B
Plaintext
- 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"
|