From d5f26fce893b8f8fccae20f5c80bbf87bb15fdf0 Mon Sep 17 00:00:00 2001 From: Eric Date: Tue, 30 May 2023 12:24:53 -0500 Subject: [PATCH] Docs: Fix permission table headers (#11659) Closes #11640 Changes: - Removed the whitespace in between the permission role names and the asterisk that was causing the table header to have a linebreak in the permission roles table. --- docs/Using-Fleet/Permissions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Using-Fleet/Permissions.md b/docs/Using-Fleet/Permissions.md index 39804b9ef5..a40462a062 100644 --- a/docs/Using-Fleet/Permissions.md +++ b/docs/Using-Fleet/Permissions.md @@ -33,7 +33,7 @@ GitOps is an API-only and write-only role that can be used on CI/CD pipelines. ## User permissions -| **Action** | Observer | Observer+ *| Maintainer | Admin | GitOps *| +| **Action** | Observer | Observer+* | Maintainer | Admin | GitOps* | | ------------------------------------------------------------------------------------------------------------------------------------------ | -------- | ---------- | ---------- | ----- | ------- | | View all [activity](https://fleetdm.com/docs/using-fleet/rest-api#activities) | ✅ | ✅ | ✅ | ✅ | | | View all hosts | ✅ | ✅ | ✅ | ✅ | |