summaryrefslogtreecommitdiff
path: root/app/views/admin/dashboard
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2016-02-01 21:29:37 -0500
committerRobert Speicher <rspeicher@gmail.com>2016-02-02 17:59:09 -0500
commit4105f292e1c9d9c9416914fcd41f9c982b4a80fb (patch)
treeceb1b2943b15b28588350b9e5619dc10c45c4375 /app/views/admin/dashboard
parentc4c919e59ded2fbf29dc3085b6621e02c0b10f54 (diff)
downloadgitlab-ce-4105f292e1c9d9c9416914fcd41f9c982b4a80fb.tar.gz
Display database type and version in Administration dashboardrs-database-info
Closes #12900
Diffstat (limited to 'app/views/admin/dashboard')
-rw-r--r--app/views/admin/dashboard/index.html.haml5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/views/admin/dashboard/index.html.haml b/app/views/admin/dashboard/index.html.haml
index cc389c3ae08..3274ba5377b 100644
--- a/app/views/admin/dashboard/index.html.haml
+++ b/app/views/admin/dashboard/index.html.haml
@@ -92,6 +92,11 @@
Rails
%span.pull-right
#{Rails::VERSION::STRING}
+
+ %p
+ = Gitlab::Database.adapter_name
+ %span.pull-right
+ = Gitlab::Database.version
%hr
.row
.col-sm-4