Sha256: e927124c45a83ed06e373e1efedc8756388312af36550ad01fd2d0d9e8d99a12

Contents?: true

Size: 569 Bytes

Versions: 1

Compression:

Stored size: 569 Bytes

Contents

- page_title t('fluentd.common.recent_errors', days: @error_duration_days) do
  - link_to raw_log_daemon_path(@fluentd), class: "btn btn-primary float-right mt-3" do
    = icon('fa-download')
    = t('fluentd.common.raw_log_link')

.row
  .col-xl-12.col-sm-12
    - @errors.each do |error|
      .card.card-primary
        .card-heading
          %h4= error[:subject]
        - if error[:notes].present?
          .card-body
            %ul
              - error[:notes].each do |stack|
                %li= stack
    - if @errors.empty?
      %p= t('.error_is_empty')

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fluentd-ui-1.0.0.alpha.1 app/views/fluentd/errors.html.haml