diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-11-17 12:16:13 +0100 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-11-17 12:16:13 +0100 |
commit | e5aebccb640636cf0ea74b3569772b8a9156bb48 (patch) | |
tree | 0d159845cf002f4052a3389163815fd346d5cc45 /doc/user | |
parent | 9ea4a5bca589aa095dd3b633245b551b4c758d82 (diff) | |
download | gitlab-ce-e5aebccb640636cf0ea74b3569772b8a9156bb48.tar.gz |
Add stop environment permissions and remove delete
[ci skip]
Diffstat (limited to 'doc/user')
-rw-r--r-- | doc/user/permissions.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/permissions.md b/doc/user/permissions.md index a33183fa01c..cea78864df2 100644 --- a/doc/user/permissions.md +++ b/doc/user/permissions.md @@ -33,7 +33,7 @@ The following table depicts the various user permission levels in a project. | See a container registry | | ✓ | ✓ | ✓ | ✓ | | See environments | | ✓ | ✓ | ✓ | ✓ | | Create new environments | | | ✓ | ✓ | ✓ | -| Delete environments | | | | ✓ | ✓ | +| Stop environments | | | ✓ | ✓ | ✓ | | See a list of merge requests | | ✓ | ✓ | ✓ | ✓ | | Manage/Accept merge requests | | | ✓ | ✓ | ✓ | | Create new merge request | | | ✓ | ✓ | ✓ | |