mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-13 17:57:10 +02:00
Use card component
This commit is contained in:
parent
8ec6c90d9b
commit
068de7dd80
@ -23,11 +23,11 @@
|
|||||||
= form.field(:tag)
|
= form.field(:tag)
|
||||||
= form.field(:pos_file)
|
= form.field(:pos_file)
|
||||||
|
|
||||||
.well.well-sm
|
.card.mb-3
|
||||||
%h4{"data-toggle" => "collapse", "href" => "#advanced-setting"}
|
%h4.card-header{"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.card-body.collapse
|
||||||
.form-group
|
.form-group
|
||||||
= form.field(:rotate_wait)
|
= form.field(:rotate_wait)
|
||||||
.form-group
|
.form-group
|
||||||
|
Loading…
Reference in New Issue
Block a user