mirror of
https://github.com/fluent/fluentd-ui.git
synced 2026-05-05 10:56:11 +02:00
Use parenthesis
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
This commit is contained in:
parent
8fcfdf46f6
commit
0bea67a2a8
@ -7,7 +7,7 @@
|
||||
.card-header
|
||||
%h4= t('.in')
|
||||
.card-body
|
||||
- %w|tail syslog monitor_agent http forward|.each do |type|
|
||||
- %w(tail syslog monitor_agent http forward).each do |type|
|
||||
%p
|
||||
= link_to(send("daemon_setting_in_#{type}_path", @fluentd)) do
|
||||
= icon('fa-file-text-o fa-lg')
|
||||
@ -23,7 +23,7 @@
|
||||
.card-header
|
||||
%h4= t('.out')
|
||||
.card-body
|
||||
- %w|stdout tdlog s3 mongo elasticsearch forward|.each do |type|
|
||||
- %w(stdout tdlog s3 mongo elasticsearch forward).each do |type|
|
||||
%p
|
||||
= link_to(send("daemon_setting_out_#{type}_path", @fluentd)) do
|
||||
= icon('fa-file-text-o fa-lg')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user