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:
authorKatarzyna Kobierska <kkobierska@gmail.com>2016-07-18 14:58:08 +0300
committerKatarzyna Kobierska <kkobierska@gmail.com>2016-07-23 07:56:32 +0300
commit10d9df28ec3b494361abcee27ffddece580bbf3a (patch)
tree4036e82af3d29532a6d4392b500d1126ed49b581 /app/views/admin
parent46a17ffd5a200b4d2aca914ef5bafe46db1cb9bf (diff)
Add gitlab-workhorse version to admin dashboard
Test for showing GitLab Workhorse version on Admin Dashboard Refactoring
Diffstat (limited to 'app/views/admin')
-rw-r--r--app/views/admin/dashboard/index.html.haml4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/admin/dashboard/index.html.haml b/app/views/admin/dashboard/index.html.haml
index a2ac407c159..452fc25ab07 100644
--- a/app/views/admin/dashboard/index.html.haml
+++ b/app/views/admin/dashboard/index.html.haml
@@ -80,6 +80,10 @@
%span.pull-right
= Gitlab::Shell.new.version
%p
+ GitLab Workhorse
+ %span.pull-right
+ = Gitlab::Workhorse.version
+ %p
GitLab API
%span.pull-right
= API::API::version