mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-16 03:07:06 +02:00
14 lines
602 B
Plaintext
14 lines
602 B
Plaintext
- page_title "fluentd"
|
|
|
|
.row
|
|
.col-xl-6.col-sm-6
|
|
.well
|
|
%span= link_to icon("fa-cog") << t("terms.setup", target: "fluentd"), new_daemon_path(variant: "fluentd_gem"), class: "btn btn-primary btn-lg"
|
|
.col-xl-6.col-sm-6
|
|
.well
|
|
%span
|
|
= link_to icon("fa-cog") << t("terms.setup", target: "td-agent"), new_daemon_path(variant: "td-agent"), class: "btn btn-lg #{has_td_agent_system? ? "btn-primary" : "btn-secondary disabled"}"
|
|
- unless has_td_agent_system?
|
|
= link_to t('terms.install_it', target: "td-agent"), "http://docs.treasuredata.com/articles/td-agent"
|
|
|