From 3bf07145c2275aaa2bc61d7a594a5e568174414f Mon Sep 17 00:00:00 2001 From: Yash Sharma Date: Fri, 5 Jul 2024 19:49:04 +0000 Subject: [PATCH] Make changes in alert Signed-off-by: Yash Sharma --- content/en/cloud/reference/default-permissions.md | 3 ++- layouts/shortcodes/csvtable.html | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/content/en/cloud/reference/default-permissions.md b/content/en/cloud/reference/default-permissions.md index 4c9dd699..fba0617f 100644 --- a/content/en/cloud/reference/default-permissions.md +++ b/content/en/cloud/reference/default-permissions.md @@ -11,7 +11,8 @@ tags: [perms] {{< alert title="Customizable Permissions" type="info" >}}Default permissions can be easily customized by simply creating your own [keychains](/cloud/security/keychains/#keychains-management) and [roles](/cloud/security/roles).{{< /alert >}} {{< alert title="Understanding Permission Indicators" type="info" >}} -Permissions marked with ✅* indicate that the user is allowed to perform that action only if they own the resource. If the permission is marked with just a ✅, the user is allowed to perform that action regardless of resource ownership. +- Permissions marked with ✅ * indicate that the user is allowed to perform that action only if they own the resource. +- Permissions marked with just a ✅, indicate that user is allowed to perform that action regardless of resource ownership. {{< /alert >}} {{< csvtable >}} \ No newline at end of file diff --git a/layouts/shortcodes/csvtable.html b/layouts/shortcodes/csvtable.html index 8e22afde..f0c4f8bc 100644 --- a/layouts/shortcodes/csvtable.html +++ b/layouts/shortcodes/csvtable.html @@ -53,7 +53,7 @@

{{ $category }} Permissions

{{ if eq $cell "X" }} ✅ {{ else if eq $cell "X*" }} - ✅* + ✅ * {{ else }} ❌ {{ end }}