mirror of
https://github.com/fluent/fluentd-ui.git
synced 2026-05-16 08:16:08 +02:00
Adding support for some plugins was hard. After this commit, easy to add a plugin that has commonly setting style. Before: - Add model, controller, and views for it. After: - Add model and controller. view is shared.
7 lines
178 B
Plaintext
7 lines
178 B
Plaintext
- page_title t("fluentd.settings.#{target_plugin_name}.show.page_title")
|
|
|
|
.well
|
|
= raw t("fluentd.settings.#{target_plugin_name}.option_guide")
|
|
|
|
= render "shared/settings/form"
|