mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-10 16:27:06 +02:00
6 lines
98 B
Ruby
6 lines
98 B
Ruby
class FluentdController < ApplicationController
|
|
def index
|
|
@fluentds = Fluentd.all
|
|
end
|
|
end
|