summaryrefslogtreecommitdiff
path: root/app/views/admin/system_info/show.html.haml
blob: 316a94f4d4166eae2601a4aef0f2e50a3baf8936 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
- @no_container = true
- page_title "System Info"
= render 'admin/background_jobs/head'

%div{ class: (container_class) }
  .prepend-top-default
  .row
    .col-sm-4
      .light-well
        %h4 CPU Load
        .data
          %h1= @load
    .col-sm-4
      .light-well
        %h4 Memory
        .data
          %h1= "#{@mem_used}GB / #{@mem_total}GB"
    .col-sm-4
      .light-well
        %h4 Disk
        .data
          %h1= "#{@disk_used}GB / #{@disk_total}GB"