Commit f107184b authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Add well classes to system info

parent 15cdc8bf
......@@ -5,7 +5,7 @@
.prepend-top-default
.row
.col-sm-4
.card.bg-light
.card.bg-light.light-well
%h4 CPU
.data
- if @cpus
......@@ -14,7 +14,7 @@
= icon('warning', class: 'text-warning')
Unable to collect CPU info
.col-sm-4
.card.bg-light
.card.bg-light.light-well
%h4 Memory Usage
.data
- if @memory
......@@ -23,7 +23,7 @@
= icon('warning', class: 'text-warning')
Unable to collect memory info
.col-sm-4
.card.bg-light
.card.bg-light.light-well
%h4 Disk Usage
.data
- @disks.each do |disk|
......@@ -31,7 +31,7 @@
%p= disk[:disk_name]
%p= disk[:mount_path]
.col-sm-4
.card.bg-light
.card.bg-light.light-well
%h4 Uptime
.data
%h1= distance_of_time_in_words_to_now(Rails.application.config.booted_at)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment