From f3a997acdef66255caa82a589ebe60f38ff473b5 Mon Sep 17 00:00:00 2001 From: Natalia Bernarte Oses <74534993+natellium@users.noreply.github.com> Date: Thu, 12 Oct 2023 19:21:26 +0200 Subject: [PATCH] Add RBAC note to library panels (#76480) * Add RBAC note to library panels * Update docs/sources/dashboards/build-dashboards/manage-library-panels/index.md Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> --------- Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> --- .../build-dashboards/manage-library-panels/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/sources/dashboards/build-dashboards/manage-library-panels/index.md b/docs/sources/dashboards/build-dashboards/manage-library-panels/index.md index c713f27dba9..e354947cf5b 100644 --- a/docs/sources/dashboards/build-dashboards/manage-library-panels/index.md +++ b/docs/sources/dashboards/build-dashboards/manage-library-panels/index.md @@ -24,6 +24,10 @@ A library panel is a reusable panel that you can use in any dashboard. When you You can save a library panel in a folder alongside saved dashboards. +{{% admonition type="note" %}} +When [RBAC](https://grafana.com/docs/grafana//administration/roles-and-permissions/access-control/) is enabled, you need to have the relevant [Permissions](https://grafana.com/docs/grafana//administration/roles-and-permissions/access-control/rbac-fixed-basic-role-definitions/) to create, manage, and view library panels. +{{% /admonition %}} + ## Create a library panel When you create a library panel, the panel on the source dashboard is converted to a library panel as well. You need to save the original dashboard once a panel is converted.