Sha256: 00deaaa74a86efb09d6f245a34af5ad2d922af8703f363af23beb596eb08cead

Contents?: true

Size: 822 Bytes

Versions: 4

Compression:

Stored size: 822 Bytes

Contents

h2.uk-text-success <i class="uk-icon-#{@menu_icons[@current_item]} uk-icon-medium "></i>&nbsp;&nbsp;History for log #{@label} monitoring


-
div.uk-width-medium-1-1
  div.uk-panel.uk-panel-box
    span.uk-text-large.uk-text-bold List of records
    br
    table#logrecords.uk-table.uk-table-hover.uk-table-striped
      thead
        tr
          th Date
          th File
          th Status
          th Nb Errors
          th Full Nb of lines
      tbody
        - @data.reverse.each do |key|
          tr class="#{(key[key.keys.first][:status] == :clean)? 'uk-text-success' : 'uk-text-danger'}"
            td  #{key.keys.first}
            td  #{key[key.keys.first][:file]}
            td  #{key[key.keys.first][:status]}
            td  #{key[key.keys.first][:errors]}
            td  #{key[key.keys.first][:lines]}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
prometheus-splash-0.9.1 lib/splash/webadmin/portal/views/log_history.slim
prometheus-splash-0.9.0 lib/splash/webadmin/portal/views/log_history.slim
prometheus-splash-0.8.6 lib/splash/webadmin/portal/views/log_history.slim
prometheus-splash-0.8.5 lib/splash/webadmin/portal/views/log_history.slim