From ebb53929c7467cce13f3679da1bf1efa12a96868 Mon Sep 17 00:00:00 2001 From: Russell Dickenson Date: Tue, 23 Apr 2019 11:12:50 +1000 Subject: Reformatted list to a table 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 --- doc/user/admin_area/index.md | 23 ++++++++++------------- 1 file 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 -- cgit v1.2.1