Sha256: 3f2362c95c7615ec92ec25c471df9ac044ca030ef0c4633c20f1f623243ead71

Contents?: true

Size: 1.65 KB

Versions: 7

Compression:

Stored size: 1.65 KB

Contents

- page_title t('.page_title')

.row.fluentd-setting-inout
  .col-xs-4
    .panel.panel-default
      .panel-heading
        %h4= t('.in')
      .panel-body
        - %w|tail syslog monitor_agent http forward|.each do |type|
          %p
            = link_to(send("daemon_setting_in_#{type}_path", @fluentd)) do
              = icon('fa-file-text-o fa-lg')
              = t("fluentd.common.setup_in_#{type}")
  .col-xs-1.arrow-right
    = icon "fa-arrow-circle-right"
  .col-xs-2
    = image_tag "/fluentd-logo.png", style: "max-width: 100%"
  .col-xs-1.arrow-right
    = icon "fa-arrow-circle-right"
  .col-xs-4
    .panel.panel-default
      .panel-heading
        %h4= t('.out')
      .panel-body
        - %w|stdout td s3 mongo elasticsearch forward|.each do |type|
          %p
            = link_to(send("daemon_setting_out_#{type}_path", @fluentd)) do
              = icon('fa-file-text-o fa-lg')
              = t("fluentd.common.setup_out_#{type}")

= render "shared/vue/setting"

#vue-setting.current-settings
  %h2
    = t('.current')
    .pull-right
      %button.btn.btn-default.btn-sm{"v-on" => "click: update", "v-if" => "!loading"}= icon('fa-refresh')
      %button.btn.btn-default.btn-sm{"v-if" => "loading"}= icon('fa-spin fa-refresh')
  .row
    .col-xs-6.input
      %h3= t('.in')
      %div{"v-if" => "loaded && sections.sources.length == 0"}
        %p.empty= t('.setting_empty')
      %div{"v-repeat" => "sections.sources", "v-component" => "section"}
    .col-xs-6.output
      %h3= t('.out')
      %div{"v-if" => "loaded && sections.matches.length == 0"}
        %p.empty= t('.setting_empty')
      %div{"v-repeat" => "sections.matches", "v-component" => "section"}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
fluentd-ui-0.4.5 app/views/fluentd/settings/source_and_output.html.haml
fluentd-ui-0.4.4 app/views/fluentd/settings/source_and_output.html.haml
fluentd-ui-0.4.3 app/views/fluentd/settings/source_and_output.html.haml
fluentd-ui-0.4.2 app/views/fluentd/settings/source_and_output.html.haml
fluentd-ui-0.4.1 app/views/fluentd/settings/source_and_output.html.haml
fluentd-ui-0.4.0 app/views/fluentd/settings/source_and_output.html.haml
fluentd-ui-0.3.21 app/views/fluentd/settings/source_and_output.html.haml