mirror of
https://github.com/fluent/fluentd-ui.git
synced 2026-05-05 10:56:11 +02:00
Add routes for filter setting
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
This commit is contained in:
parent
0bea67a2a8
commit
c402b0a7a0
@ -41,6 +41,12 @@ Rails.application.routes.draw do
|
||||
post "finish"
|
||||
end
|
||||
|
||||
%w(grep parser record_transformer stdout).each do |type|
|
||||
resource "filter_#{type}", only: [:show], module: :settings, controller: "filter_#{type}" do
|
||||
post "finish"
|
||||
end
|
||||
end
|
||||
|
||||
resource :out_stdout, only: [:show], module: :settings, controller: :out_stdout do
|
||||
post "finish"
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user