mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-19 21:41:11 +02:00
Merge pull request #180 from fluent/format_checkbox_correctly
Align box and label for checkbox
This commit is contained in:
commit
5bfc7bd0ce
@ -34,8 +34,8 @@
|
||||
= f.label :rotate_wait
|
||||
= f.text_field :rotate_wait, class: "form-control"
|
||||
.form-group
|
||||
= f.check_box :read_from_head
|
||||
= f.label :read_from_head
|
||||
= f.check_box :read_from_head, class: "form-control"
|
||||
.form-group
|
||||
= f.label :refresh_interval
|
||||
= f.text_field :refresh_interval, class: "form-control"
|
||||
|
Loading…
x
Reference in New Issue
Block a user