mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-23 07:21:03 +02:00
Simplify markup
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
This commit is contained in:
parent
2b577a1fe9
commit
05f89523d1
@ -38,13 +38,12 @@
|
|||||||
"v-bind:plugin-label" => "'Format'"}
|
"v-bind:plugin-label" => "'Format'"}
|
||||||
|
|
||||||
- if @setting.advanced_options.present?
|
- if @setting.advanced_options.present?
|
||||||
.card.bg-light
|
.card.card-body.bg-light
|
||||||
.card-body
|
%h4{"data-toggle" => "collapse", "href" => "#advanced-setting"}
|
||||||
%h4{"data-toggle" => "collapse", "href" => "#advanced-setting"}
|
= icon('fa-caret-down')
|
||||||
= icon('fa-caret-down')
|
= t('terms.advanced_setting')
|
||||||
= t('terms.advanced_setting')
|
#advanced-setting.collapse
|
||||||
#advanced-setting.collapse
|
- @setting.advanced_options.each do |key|
|
||||||
- @setting.advanced_options.each do |key|
|
= form.field(key)
|
||||||
= form.field(key)
|
|
||||||
|
|
||||||
= form.submit t('fluentd.common.finish'), class: "btn btn-lg btn-primary float-right mt-3"
|
= form.submit t('fluentd.common.finish'), class: "btn btn-lg btn-primary float-right mt-3"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user