Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Frye <joshfng@gmail.com>2016-06-23 15:52:19 +0300
committerJosh Frye <joshfng@gmail.com>2016-06-29 04:35:42 +0300
commit242aa5bd66038e5c7393f17be51a73deaedd7d06 (patch)
tree47118e033c15481efb73c8523e028a8a57617688 /app/views/admin
parenta8cf89a78c7fbcfc0a32b11f2ff4a33e2ecebb38 (diff)
Round figures for system info
Diffstat (limited to 'app/views/admin')
-rw-r--r--app/views/admin/system_info/show.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/admin/system_info/show.html.haml b/app/views/admin/system_info/show.html.haml
index 2a1fac6e48b..316a94f4d41 100644
--- a/app/views/admin/system_info/show.html.haml
+++ b/app/views/admin/system_info/show.html.haml
@@ -14,9 +14,9 @@
.light-well
%h4 Memory
.data
- %h1= "#{@mem_used} / #{@mem_total}"
+ %h1= "#{@mem_used}GB / #{@mem_total}GB"
.col-sm-4
.light-well
%h4 Disk
.data
- %h1= "#{@disk_used} / #{@disk_total}"
+ %h1= "#{@disk_used}GB / #{@disk_total}GB"