app/views/fluentd/settings/edit.html.haml in fluentd-ui-0.4.4 vs app/views/fluentd/settings/edit.html.haml in fluentd-ui-0.4.5
- old
+ new
@@ -1,8 +1,8 @@
- page_title t('.page_title', label: @fluentd.label)
= form_tag(daemon_setting_path(@fluentd), method: :patch) do
.form-group
- = text_area_tag "config", @config, class: "form-control", rows: 40, class: "js-fluentd-config-editor"
+ = 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-default", name: "dryrun"