mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 00:18:27 +00:00
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.
This commit is contained in:
parent
9883174a7f
commit
d5f26fce89
1 changed files with 1 additions and 1 deletions
|
|
@ -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 | ✅ | ✅ | ✅ | ✅ | |
|
||||
|
|
|
|||
Loading…
Reference in a new issue