From bc5a415b83a922023714972db3d31454ff7311af Mon Sep 17 00:00:00 2001 From: Eugene Date: Fri, 3 Jan 2025 21:31:52 +0100 Subject: [PATCH] Update role-based-access.md Centered the checkboxes in the columns under the "User permissions" and "Team user permissions" tables. --- articles/role-based-access.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/articles/role-based-access.md b/articles/role-based-access.md index 125bbffaed9a..08356c86f9cd 100644 --- a/articles/role-based-access.md +++ b/articles/role-based-access.md @@ -34,7 +34,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* | -| ------------------------------------------------------------------------------------------------------------------------------------------ | -------- | ---------- | ---------- | ----- | ------- | +| ------------------------------------------------------------------------------------------------------------------------------------------ | :------: | :--------: | :--------: | :---: | :-----: | | View all [activity](https://fleetdm.com/docs/using-fleet/rest-api#activities) | ✅ | ✅ | ✅ | ✅ | | | Manage [activity automations](https://fleetdm.com/docs/using-fleet/audit-logs) | | | | ✅ | ✅ | | View all hosts | ✅ | ✅ | ✅ | ✅ | | @@ -123,7 +123,7 @@ Users can be assigned to multiple teams in Fleet. Users with access to multiple teams can be assigned different roles for each team. For example, a user can be given access to the "Workstations" team and assigned the "Observer" role. This same user can be given access to the "Servers" team and assigned the "Maintainer" role. | **Action** | Team observer | Team observer+ | Team maintainer | Team admin | Team GitOps | -| -------------------------------------------------------------------------------------------------------------------------------- | ------------- | -------------- | --------------- | ---------- | ----------- | +| -------------------------------------------------------------------------------------------------------------------------------- | :-----------: | :------------: | :-------------: | :--------: | :---------: | | View hosts | ✅ | ✅ | ✅ | ✅ | | | View a host by identifier | ✅ | ✅ | ✅ | ✅ | ✅ | | Filter hosts using [labels](https://fleetdm.com/docs/using-fleet/rest-api#labels) | ✅ | ✅ | ✅ | ✅ | |