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:
authorjboltz88 <boltz.justin@gmail.com>2017-05-23 09:09:52 +0300
committerjboltz88 <boltz.justin@gmail.com>2017-05-29 23:46:25 +0300
commitf547a473d80288757d8ce8d8d7ba11df616b691d (patch)
treeb8281f3df42506f8ae01722ccedc4a5760800f66 /app/views/admin/system_info/show.html.haml
parentad47f2094bf61867d2b5e4c24540c7c5b8a6358d (diff)
31616-add-uptime-of-gitlab-instance-in-admin-area
Diffstat (limited to 'app/views/admin/system_info/show.html.haml')
-rw-r--r--app/views/admin/system_info/show.html.haml5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/views/admin/system_info/show.html.haml b/app/views/admin/system_info/show.html.haml
index 2e5f120c4e4..9b9559c7fe5 100644
--- a/app/views/admin/system_info/show.html.haml
+++ b/app/views/admin/system_info/show.html.haml
@@ -31,3 +31,8 @@
%h1 #{number_to_human_size(disk[:bytes_used])} / #{number_to_human_size(disk[:bytes_total])}
%p= disk[:disk_name]
%p= disk[:mount_path]
+ .col-sm-4
+ .light-well
+ %h4 Uptime
+ .data
+ %h1= time_ago_with_tooltip(Rails.application.config.booted_at)