From d46c427f5b598f60a1c2a47632f2583271b1c998 Mon Sep 17 00:00:00 2001 From: Eugene Date: Mon, 6 Jan 2025 18:56:23 +0100 Subject: [PATCH] Center checkboxes in tables on role-based-access.md (#25133) Centered the checkboxes in the columns under the "User permissions" and "Team user permissions" tables. Co-authored-by: Drew Baker <89049099+Drew-P-drawers@users.noreply.github.com> --- 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 125bbffaed..08356c86f9 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) | ✅ | ✅ | ✅ | ✅ | |