Sha256: c9a2a9ffa4cf7abee5b9fedde7108f4f24756f9e6888e2d6fb8d1a962191bf02
Contents?: true
Size: 607 Bytes
Versions: 36
Compression:
Stored size: 607 Bytes
Contents
%h4 = @fluentd.agent.running? ? t("fluentd.common.running") : t("fluentd.common.stopped") - if flash[:error] .alert.alert-danger= flash[:error] = link_to t("fluentd.common.detail"), daemon_path(@fluentd) = link_to t("fluentd.common.start"), start_daemon_agent_path(@fluentd), method: :put = link_to t("fluentd.common.stop"), stop_daemon_agent_path(@fluentd), method: :put = link_to t("fluentd.common.restart"), restart_daemon_agent_path(@fluentd), method: :put = link_to t("fluentd.common.log"), log_daemon_agent_path(@fluentd) = link_to t("fluentd.common.config_file"), daemon_setting_path(@fluentd)
Version data entries
36 entries across 36 versions & 1 rubygems