Add well classes to system info
This commit is contained in:
parent
15cdc8bfc8
commit
f107184be3
1 changed files with 4 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue