summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRussell Dickenson <rdickenson@gitlab.com>2019-04-17 13:54:49 +1000
committerRussell Dickenson <rdickenson@gitlab.com>2019-04-17 13:54:49 +1000
commit543bec742df2ac04b7db0020a1303c616ae44c43 (patch)
tree81d522044b2269ce1c10ae5f5237db5382d5c243
parent5b90e78acbafa3a9cade87ac3060792f5fe0febe (diff)
downloadgitlab-ce-543bec742df2ac04b7db0020a1303c616ae44c43.tar.gz
Documented the Admin Area's `Dashboard`
Part of issue 57874
-rw-r--r--doc/user/admin_area/index.md28
1 files changed, 28 insertions, 0 deletions
diff --git a/doc/user/admin_area/index.md b/doc/user/admin_area/index.md
index 00cea22e4e1..f6898210efa 100644
--- a/doc/user/admin_area/index.md
+++ b/doc/user/admin_area/index.md
@@ -27,3 +27,31 @@ The Admin Area is made up of the following sections:
| Labels | Create and maintain [labels](labels.md) for your GitLab instance. |
| Appearance | Customize [GitLab's appearance](../../customization/index.md). |
| Settings | Modify the [settings](settings/index.md) for your GitLab instance. |
+
+## Admin Dashboard
+
+The Dashboard provides statistics and system information about the GitLab instance.
+
+To access the Dashboard, either:
+
+- Click the Admin Area icon (the wrench icon).
+- Visit `/admin` on your self-managed instance.
+
+The Dashboard is the default view of the Admin Area.
+
+Projects: the total number of projects, up to 10 of the latest projects, and the option of creating a new project.
+
+Users: the total number of users, up to 10 of the latest users, and the option of creating a new
+user.
+
+Groups: the total number of groups, up to 10 of the latest groups, and the option of creating a
+new group.
+
+Statistics: the Statistics panel shows totals of all elements for the GitLab instance.
+
+Features: the Features panel lists all features available on the GitLab instance. Enabled
+features are marked with a green circle icon, and disabled features are marked by
+a power icon.
+
+Components: the Components panel lists the major components of GitLab and the version number of
+each. A link to the Gitaly Servers is also included.