Skip to content
Snippets Groups Projects
Commit e9771e68 authored by Jacopo's avatar Jacopo
Browse files

Add Gitaly version to Admin Dashboard

Displays the Gitaly version in the admin dashboard.
parent 2203e8fc
No related branches found
No related tags found
No related merge requests found
.info-well {
.admin-well-statistics,
.admin-well-features {
padding-bottom: 46px;
}
}
Loading
Loading
@@ -7,7 +7,7 @@
.row
.col-md-4
.info-well
.well-segment.admin-well
.well-segment.admin-well.admin-well-statistics
%h4 Statistics
%p
Forks
Loading
Loading
@@ -43,7 +43,7 @@
= number_with_delimiter(User.active.count)
.col-md-4
.info-well
.well-segment.admin-well
.well-segment.admin-well.admin-well-features
%h4 Features
- sign_up = "Sign up"
%p{ "aria-label" => "#{sign_up}: status " + (signup_enabled? ? "on" : "off") }
Loading
Loading
@@ -111,6 +111,10 @@
GitLab API
%span.pull-right
= API::API::version
%p
Gitaly
%span.pull-right
= Gitlab::GitalyClient.expected_server_version
- if Gitlab.config.pages.enabled
%p
GitLab Pages
Loading
Loading
---
title: Add Gitaly version to Admin Dashboard
merge_request: 14313
author: Jacopo Beschi @jacopo-beschi
type: added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment