Sha256: 8cb37d0a06da8a64aec31c4ba678655d1da5f9310e000ceb96385ab0132deb19

Contents?: true

Size: 716 Bytes

Versions: 1

Compression:

Stored size: 716 Bytes

Contents

h2.uk-text-success <i class="uk-icon-#{@menu_icons[@current_item]} uk-icon-medium "></i>&nbsp;&nbsp;History for process #{@process} 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 Process
          th Status
          th % CPU
          th % MEM
      tbody
        - @data.each do |key|
          tr
            td  #{key.keys.first}
            td  #{key[key.keys.first][:process]}
            td  #{key[key.keys.first][:status]}
            td  #{key[key.keys.first][:cpu]}
            td  #{key[key.keys.first][:mem]}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
prometheus-splash-0.8.4 lib/splash/webadmin/portal/views/process_history.slim