Sha256: d13275f457ffda6fde262b0ad7d20b7f8bac60d1868de977519958a17754ee01

Contents?: true

Size: 1.58 KB

Versions: 11

Compression:

Stored size: 1.58 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')
    %span{"v-on" => "click: update", "v-if" => "!loading"}= icon('fa-refresh')
    %span{"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

11 entries across 11 versions & 1 rubygems

Version Path
fluentd-ui-0.3.20 app/views/fluentd/settings/source_and_output.html.haml
fluentd-ui-0.3.19 app/views/fluentd/settings/source_and_output.html.haml
fluentd-ui-0.3.18 app/views/fluentd/settings/source_and_output.html.haml
fluentd-ui-0.3.17 app/views/fluentd/settings/source_and_output.html.haml
fluentd-ui-0.3.16 app/views/fluentd/settings/source_and_output.html.haml
fluentd-ui-0.3.15 app/views/fluentd/settings/source_and_output.html.haml
fluentd-ui-0.3.14 app/views/fluentd/settings/source_and_output.html.haml
fluentd-ui-0.3.13 app/views/fluentd/settings/source_and_output.html.haml
fluentd-ui-0.3.12 app/views/fluentd/settings/source_and_output.html.haml
fluentd-ui-0.3.11 app/views/fluentd/settings/source_and_output.html.haml
fluentd-ui-0.3.10 app/views/fluentd/settings/source_and_output.html.haml