From a0ef25006a72dddc4d2d9b4cea797fbf5b9d4399 Mon Sep 17 00:00:00 2001 From: Aviral Katiyar <123640350+maskboyAvi@users.noreply.github.com> Date: Fri, 6 Oct 2023 01:52:10 +0530 Subject: [PATCH] Fix: #14499 Added alt text to images for Userguide: applications_auth.rst (#14526) Signed-off-by: maskboyAvi Co-authored-by: Don Naro --- docs/docsite/rst/userguide/applications_auth.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/docsite/rst/userguide/applications_auth.rst b/docs/docsite/rst/userguide/applications_auth.rst index 1723c4ffc1..36c979b42f 100644 --- a/docs/docsite/rst/userguide/applications_auth.rst +++ b/docs/docsite/rst/userguide/applications_auth.rst @@ -31,11 +31,12 @@ Access the Applications page by clicking **Applications** from the left navigati |Applications - home with example apps| .. |Applications - home with example apps| image:: ../common/images/apps-list-view-examples.png + :alt: Applications list view If no other applications exist, only a gray box with a message to add applications displays. .. image:: ../common/images/apps-list-view-empty.png - + :alt: No applications found in the list view .. _ug_applications_auth_create: @@ -59,6 +60,7 @@ The New Application window opens. |Create application| .. |Create application| image:: ../common/images/apps-create-new.png + :alt: Create new application dialog 3. Enter the following details in **Create New Application** window: @@ -72,7 +74,7 @@ The New Application window opens. 4. When done, click **Save** or **Cancel** to abandon your changes. Upon saving, the client ID displays in a pop-up window. .. image:: ../common/images/apps-client-id-popup.png - + :alt: Client ID popup Applications - Tokens ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -86,6 +88,7 @@ Selecting the **Tokens** view displays a list of the users that have tokens to a |Applications - tokens list| .. |Applications - tokens list| image:: ../common/images/apps-tokens-list-view-examples.png + :alt: Application tokens list view Tokens can only access resources that its associated user can access, and can be limited further by specifying the scope of the token. @@ -108,3 +111,4 @@ Tokens are added through the Users screen and can be associated with an applicat To verify the application in the example above now shows the user with the appropriate token, go to the **Tokens** tab of the Applications window: .. image:: ../common/images/apps-tokens-list-view-example2.png + :alt: Verifying a specific user application token