summaryrefslogtreecommitdiff
path: root/app/views/admin/system_info/show.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/admin/system_info/show.html.haml')
-rw-r--r--app/views/admin/system_info/show.html.haml22
1 files changed, 22 insertions, 0 deletions
diff --git a/app/views/admin/system_info/show.html.haml b/app/views/admin/system_info/show.html.haml
new file mode 100644
index 00000000000..01496e4fcf5
--- /dev/null
+++ b/app/views/admin/system_info/show.html.haml
@@ -0,0 +1,22 @@
+- @no_container = true
+- page_title "System Info"
+= render 'admin/background_jobs/head'
+
+%div{ class: (container_class) }
+ %p
+ .row
+ .col-sm-4
+ .light-well
+ %h4 CPU Load
+ .data
+ %h1= @load
+ .col-sm-4
+ .light-well
+ %h4 Memory
+ .data
+ %h1= "#{@mem_used} / #{@mem_total}"
+ .col-sm-4
+ .light-well
+ %h4 Disk
+ .data
+ %h1= "#{@disk_used} / #{@disk_total}"