gitlab-org--gitlab-foss/app/views/admin/system_info/show.html.haml

23 lines
470 B
Plaintext
Raw Normal View History

- @no_container = true
- page_title "System Info"
= render 'admin/background_jobs/head'
%div{ class: (container_class) }
2016-06-23 12:19:54 +00:00
.prepend-top-default
.row
.col-sm-4
.light-well
%h4 CPU Load
.data
%h1= @load
.col-sm-4
.light-well
%h4 Memory
.data
2016-06-23 12:52:19 +00:00
%h1= "#{@mem_used}GB / #{@mem_total}GB"
.col-sm-4
.light-well
%h4 Disk
.data
2016-06-23 12:52:19 +00:00
%h1= "#{@disk_used}GB / #{@disk_total}GB"