diff --git a/docs/sources/dashboards/dashboard_folders.md b/docs/sources/dashboards/dashboard_folders.md index 0883b54a7a3..a88a01cdff6 100644 --- a/docs/sources/dashboards/dashboard_folders.md +++ b/docs/sources/dashboards/dashboard_folders.md @@ -13,13 +13,15 @@ weight = 3 Folders are a way to organize and group dashboards - very useful if you have a lot of dashboards or multiple teams using the same Grafana instance. +> **Note:** Only Grafana Admins and Super Admins can create, edit, or delete folders. Refer to [Organization roles]({{< relref "../permissions/organization_roles.md" >}}) for more information. + ## How To Create A Folder - Create a folder by using the Create Folder link in the side menu (under the create menu (+ icon)) - Use the create Folder button on the Manage Dashboards page. - When saving a dashboard, you can either choose a folder for the dashboard to be saved in or create a new folder -On the Create Folder page, fill in a unique name for the folder and press Create. +On the Create Folder page, fill in a unique name for the folder and then click Create. ## Manage Dashboards diff --git a/docs/sources/permissions/dashboard_folder_permissions.md b/docs/sources/permissions/dashboard_folder_permissions.md index 40268f0e8ec..0369a2c1b58 100644 --- a/docs/sources/permissions/dashboard_folder_permissions.md +++ b/docs/sources/permissions/dashboard_folder_permissions.md @@ -21,8 +21,8 @@ You can assign and remove permissions for **Organization Roles**, **Users** and Permission levels: -- **Admin**: Can edit and create dashboards and edit permissions. -- **Edit**: Can edit and create dashboards. **Cannot** edit folder/dashboard permissions. +- **Admin**: Can edit and create dashboards and edit permissions. Can also add, edit, and delete folders. +- **Edit**: Can edit and create dashboards. **Cannot** edit folder/dashboard permissions, or add, edit, or delete folders. - **View**: Can only view existing dashboards/folders. ## Restricting Access diff --git a/docs/sources/permissions/organization_roles.md b/docs/sources/permissions/organization_roles.md index 2e701b732a7..98abd3fea56 100644 --- a/docs/sources/permissions/organization_roles.md +++ b/docs/sources/permissions/organization_roles.md @@ -21,6 +21,7 @@ Can do everything scoped to the organization. For example: - Can add, edit, and delete data sources. - Can add and edit users and teams in organizations. +- Can add, edit, and delete folders. - Can configure app plugins and organization settings. - Can do everything allowed by the Editor role.