summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRussell Dickenson <rdickenson@gitlab.com>2019-04-23 11:12:50 +1000
committerRussell Dickenson <rdickenson@gitlab.com>2019-04-23 11:12:50 +1000
commitebb53929c7467cce13f3679da1bf1efa12a96868 (patch)
treecb31d734524c6bdcbec81e1cee2bac5a83deb42f
parent7fa3baa177fe1d584ff5a6067d6b728df3340320 (diff)
downloadgitlab-ce-docs/dashboard.tar.gz
Reformatted list to a tabledocs/dashboard
Reformatted list to a table to make the content easier to read and understand. It is also consistent with the formatting used elsewhere in the same file
-rw-r--r--doc/user/admin_area/index.md23
1 files changed, 10 insertions, 13 deletions
diff --git a/doc/user/admin_area/index.md b/doc/user/admin_area/index.md
index 5ca4c3cc087..5e67cb0ef16 100644
--- a/doc/user/admin_area/index.md
+++ b/doc/user/admin_area/index.md
@@ -37,16 +37,13 @@ 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**: Totals of all elements of the GitLab instance.
-- **Features**: All features available on the GitLab instance. Enabled features are marked with a
-green circle icon, and disabled features are marked with a power icon.
-- **Components**: The major components of GitLab and the version number of each. A link to the
-Gitaly Servers is also included.
+The Dashboard is the default view of the Admin Area, and is made up of the following sections:
+
+| Section | Description |
+|------------|---------------|
+| 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 | Totals of all elements of the GitLab instance. |
+| Features | All features available on the GitLab instance. Enabled features are marked with a green circle icon, and disabled features are marked with a power icon. |
+| Components | The major components of GitLab and the version number of each. A link to the Gitaly Servers is also included. | \ No newline at end of file