Sha256: 51c01ea06f3c281252703be03f8ee300c60f64ef52a5f84b964be03f2d82e4a5
Contents?: true
Size: 611 Bytes
Versions: 6
Compression:
Stored size: 611 Bytes
Contents
%h4 = @fluentd.agent.running? ? t("fluentd.common.running") : t("fluentd.common.stopped") - if flash[:error] %div.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
6 entries across 6 versions & 1 rubygems