diff --git a/docs/sources/administration/data-source-management/index.md b/docs/sources/administration/data-source-management/index.md index 3f2b5d7521a..42d56c8fda3 100644 --- a/docs/sources/administration/data-source-management/index.md +++ b/docs/sources/administration/data-source-management/index.md @@ -27,9 +27,6 @@ Before you can create your first dashboard, you need to add your data source. **To add a data source:** 1. Select the cog icon on the side menu to show the configuration options. - - {{< figure src="/static/img/docs/v75/sidemenu-datasource-7-5.png" max-width="150px" class="docs-image--no-shadow">}} - 1. Select **Data sources**. This opens the data sources page, which displays a list of previously configured data sources for the Grafana instance. @@ -44,9 +41,7 @@ Before you can create your first dashboard, you need to add your data source. 1. Move the cursor over the data source you want to add. - {{< figure src="/static/img/docs/v75/select-data-source-7-5.png" max-width="700px" class="docs-image--no-shadow">}} - -1. Select **Select**. +1. Click **Select**. This opens the data source configuration page. @@ -63,8 +58,6 @@ Each data source's configuration includes a permissions page where you can enabl ### Enable data source permissions -{{< figure src="/static/img/docs/enterprise/datasource_permissions_enable_still.png" class="docs-image--no-shadow docs-image--right" max-width= "600px" animated-gif="/static/img/docs/enterprise/datasource_permissions_enable.gif" >}} - By default, data sources in an organization can be queried by any user in that organization. For example, a user with the `Viewer` role can issue any possible query to a data source, not just queries that exist on dashboards they have access to. @@ -82,8 +75,6 @@ When permissions are enabled for a data source in an organization, the user who ### Allow users and teams to query a data source -{{< figure src="/static/img/docs/enterprise/datasource_permissions_add_still.png" class="docs-image--no-shadow docs-image--right" max-width= "600px" animated-gif="/static/img/docs/enterprise/datasource_permissions_add.gif" >}} - After you have enabled permissions for a data source you can assign query permissions to users and teams which will allow access to query the data source. **Assign query permission to users and teams:** @@ -98,8 +89,6 @@ After you have enabled permissions for a data source you can assign query permis ### Disable data source permissions -{{< figure src="/static/img/docs/enterprise/datasource_permissions_disable_still.png" class="docs-image--no-shadow docs-image--right" max-width= "600px" animated-gif="/static/img/docs/enterprise/datasource_permissions_disable.gif" >}} - If you have enabled permissions for a data source and want to return data source permissions to the default, then you can disable permissions with a click of a button. Note that _all_ existing permissions created for the data source will be deleted. diff --git a/docs/sources/administration/organization-management/index.md b/docs/sources/administration/organization-management/index.md index f8e8fa37cad..9e9724bb639 100644 --- a/docs/sources/administration/organization-management/index.md +++ b/docs/sources/administration/organization-management/index.md @@ -60,8 +60,6 @@ Complete this task when you want to view a list of existing organizations. A list of organizations appears. -![Server Admin organization list](/static/img/docs/manage-users/server-org-list-7-3.png) - ## Create an organization Create an organization when you want to isolate dashboards and other resources from each other. @@ -117,5 +115,3 @@ Edit an organization when you want to change its name. 1. Hover your cursor over the **Server Admin** (shield) icon until a menu appears, and click **Orgs**. 1. Click the organization you want to edit. 1. Update the organization name and click **Update**. - -![Server admin Edit Organization](/static/img/docs/manage-users/server-admin-edit-org-7-3.png) diff --git a/docs/sources/administration/plugin-management/index.md b/docs/sources/administration/plugin-management/index.md index 5bd9ad9df65..f23ca023be1 100644 --- a/docs/sources/administration/plugin-management/index.md +++ b/docs/sources/administration/plugin-management/index.md @@ -88,8 +88,6 @@ To browse for available plugins: 1. Click the **All** filter to browse all available plugins. 1. Click the **Data sources**, **Panels**, or **Applications** buttons to filter by plugin type. -![Plugin catalog browse](/static/img/docs/plugins/plugins-catalog-browse-9.2.png) - ### Install a plugin To install a plugin: @@ -101,8 +99,6 @@ To install a plugin: When the update is complete, you see a confirmation message that the installation was successful. -![Plugin catalog install](/static/img/docs/plugins/plugins-catalog-install-8-1.png) - ### Update a plugin To update a plugin: @@ -113,8 +109,6 @@ To update a plugin: When the update is complete, you see a confirmation message that the update was successful. -![Plugin catalog update](/static/img/docs/plugins/plugins-catalog-update-8-1.png) - ### Uninstall a plugin To uninstall a plugin: @@ -125,8 +119,6 @@ To uninstall a plugin: When the update is complete, you see a confirmation message that the uninstall was successful. -![Plugin catalog uninstall](/static/img/docs/plugins/plugins-catalog-uninstall-8-1.png) - ## Install Grafana plugins Grafana supports data source, panel, and app plugins. Having panels as plugins makes it easy to create and add any kind of panel, to show your data, or improve your favorite dashboards. Apps enable the bundling of data sources, panels, dashboards, and Grafana pages into a cohesive experience. diff --git a/docs/sources/administration/roles-and-permissions/access-control/assign-rbac-roles/index.md b/docs/sources/administration/roles-and-permissions/access-control/assign-rbac-roles/index.md index b3c0120479a..a46b511a8b2 100644 --- a/docs/sources/administration/roles-and-permissions/access-control/assign-rbac-roles/index.md +++ b/docs/sources/administration/roles-and-permissions/access-control/assign-rbac-roles/index.md @@ -53,8 +53,6 @@ In both cases, the assignment applies only to the user, team or service account 4. In the **Role** column, select the fixed role that you want to assign to the user, team or service account. 5. Click **Update**. -![User role picker in an organization](/static/img/docs/enterprise/user_role_picker_in_org.png) - **To assign a fixed role as a server administrator:** 1. Sign in to Grafana, hover your cursor over **Server Admin** (the shield icon) in the left navigation menu, and click **Users**. @@ -62,8 +60,6 @@ In both cases, the assignment applies only to the user, team or service account 1. In the **Organizations** section, select a role within an organization that you want to assign to the user. 1. Click **Update**. -![User role picker in Organization](/static/img/docs/enterprise/user_role_picker_global.png) - ## Assign fixed or custom roles to a team using provisioning Instead of using the Grafana role picker, you can use file-based provisioning to assign fixed roles to teams. If you have a large number of teams, provisioning can provide an easier approach to assigning and managing role assignments. diff --git a/docs/sources/administration/team-management/index.md b/docs/sources/administration/team-management/index.md index 38c157e622e..3259eac267a 100644 --- a/docs/sources/administration/team-management/index.md +++ b/docs/sources/administration/team-management/index.md @@ -62,8 +62,6 @@ To add a team member: 1. Choose if you want to add the user as a team Member or an Admin. 1. Click **Add to team**. -![Add team member](/static/img/docs/manage-users/add-team-member-7-3.png) - ## Grant team member permissions Complete this task when you want to add or modify team member permissions. @@ -76,8 +74,6 @@ To grant team member permissions: 1. In the team member list, find and click the user that you want to change. You can use the search field to filter the list if necessary. 1. Click the **Permission** list, and then click the new user permission level. -![Change team member permissions](/static/img/docs/manage-users/change-team-permissions-7-3.png) - ## Remove a team member You can remove a team member when you no longer want to apply team permissions to the user diff --git a/docs/sources/administration/user-management/manage-org-users/index.md b/docs/sources/administration/user-management/manage-org-users/index.md index 349cbbb8b2e..a0c2118393d 100644 --- a/docs/sources/administration/user-management/manage-org-users/index.md +++ b/docs/sources/administration/user-management/manage-org-users/index.md @@ -33,8 +33,6 @@ You can see a list of users with accounts in your Grafana organization. If neces 1. Sign in to Grafana as an organization administrator. 1. Hover your cursor over the **Configuration** (gear) icon in the side menu and click **Users**. -![Org Admin user list](/static/img/docs/manage-users/org-user-list-7-3.png) - > **Note:** If you have [server administrator]({{< relref "../../roles-and-permissions/#grafana-server-administrators" >}}) permissions, you can also [view a global list of users]({{< relref "../server-user-management#view-a-list-of-users" >}}) in the Server Admin section of Grafana. ## Change a user's organization permissions @@ -96,8 +94,6 @@ When you invite users to join an organization, you assign the **Admin**, **Edito If the invitee is not already a user, the system adds them. -![Invite User](/static/img/docs/manage-users/org-invite-user-7-3.png). - ## Manage a pending invitation Periodically review invitations you have sent so that you can see a list of users that have not yet accepted the invitation or cancel a pending invitation. @@ -116,14 +112,10 @@ Periodically review invitations you have sent so that you can see a list of user The **Pending Invites** button appears only when there are unaccepted invitations. - ![Pending Invites button](/static/img/docs/manage-users/pending-invites-button-7-3.png) - To cancel an invitation, click the red **X** next to the invitation. To copy an invitation link and send it directly to a user, click Copy Invite. You can then paste the invite link into a message. -![Pending Invites list](/static/img/docs/manage-users/pending-invites-list-7-3.png) - ## Remove a user from an organization You can remove a user from an organization when they no longer require access to the dashboard or data sources owned by the organization. No longer requiring access to an organization might occur when the user has left your company or has internally moved to another organization. diff --git a/docs/sources/administration/user-management/server-user-management/_index.md b/docs/sources/administration/user-management/server-user-management/_index.md index c75da586f05..47fba204f1f 100644 --- a/docs/sources/administration/user-management/server-user-management/_index.md +++ b/docs/sources/administration/user-management/server-user-management/_index.md @@ -38,8 +38,6 @@ You can see a list of users with accounts on your Grafana server. This action mi 1. Sign in to Grafana as a server administrator. 1. Hover your cursor over the **Server Admin** (shield) icon until a menu appears, and click **Users**. -![Server Admin user list](/static/img/docs/manage-users/server-user-list-7-3.png) - > **Note:** If you have [organization administrator]({{< relref "../../roles-and-permissions/#organization-roles" >}}) permissions and _not_ [server administrator]({{< relref "../../roles-and-permissions/#grafana-server-administrators" >}}) permissions, you can still [view of list of users in a given organization]({{< relref "../manage-org-users/#view-a-list-of-organization-users" >}}). ## View user details @@ -62,26 +60,18 @@ A user account contains the following sections. This section contains basic user information, which users can update. -![Server Admin user information section](/static/img/docs/manage-users/server-admin-user-information-7-3.png) - #### Permissions This indicates whether the user account has the Grafana administrator flag applied. If the flag is set to **Yes**, then the user is a Grafana server administrator. -![Server Admin Permissions section](/static/img/docs/manage-users/server-admin-permissions-7-3.png) - #### Organizations This section lists the organizations the user belongs to and their assigned role. -![Server Admin Organizations section](/static/img/docs/manage-users/server-admin-organisations-7-3.png) - #### Sessions This section includes recent user sessions and information about the time the user logged in and they system they used. You can force logouts, if necessary. -![Server Admin Sessions section](/static/img/docs/manage-users/server-admin-sessions-7-3.png) - ## Edit a user account Edit a user account when you want to modify user login credentials, or delete, disable, or enable a user.