Skip to content

Commit

Permalink
(chocolatey#1028) Fix emoticons in groups.mdx - Font Awesome accessib…
Browse files Browse the repository at this point in the history
…ility, disabled for screen reader
  • Loading branch information
LeaDevelop committed Oct 6, 2024
1 parent 3ed690e commit 21aa787
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Click <i class="fa-regular fa-floppy-disk" aria-hidden="true"></i> **Save** to
</Callout>

On the main Groups page, find the Group you want to edit.
You can enter a search term in the text field to filter results by typing in part of their Name or Description and clicking the <i class="fa-solid fa-magnifying-glass"></i> button.
You can enter a search term in the text field to filter results by typing in part of their Name or Description and clicking the <i class="fa-solid fa-magnifying-glass" aria-hidden="true"></i> button.
Select the <i class="fa-solid fa-gear" aria-hidden="true"></i> **Actions** button on the left-hand side of the Group, and then select **Edit** to open the _Edit Group_ modal.

![Edit menu entry in Group actions flyout menu](/images/ccm-playwright/groups/table-row-button-action-dropdown-menu-edit.png)
Expand All @@ -72,7 +72,7 @@ From the **Edit Group** modal, you can modify the Group name and description, an
</Callout>

On the main Groups page, find the Group you want to edit.
You can enter a search term in the text field to filter results by typing in part of their Name or Description and clicking the <i class="fa-solid fa-magnifying-glass"></i> button.
You can enter a search term in the text field to filter results by typing in part of their Name or Description and clicking the <i class="fa-solid fa-magnifying-glass" aria-hidden="true"></i> button.
Similar to the [Edit Group](#editing-a-group) action, select the <i class="fa-solid fa-gear" aria-hidden="true"></i> **Actions** button on the left-hand side of the Group, and instead select **Delete**.
You will be prompted to confirm the deletion.

Expand All @@ -83,15 +83,15 @@ You will be prompted to confirm the deletion.
</Callout>

On the main Groups page, find the Group you want to duplicate.
You can enter a search term in the text field to filter results by typing in part of their Name or Description and clicking the <i class="fa-solid fa-magnifying-glass"></i> button.
You can enter a search term in the text field to filter results by typing in part of their Name or Description and clicking the <i class="fa-solid fa-magnifying-glass" aria-hidden="true"></i> button.
Similar to the [Edit Group](#editing-a-group) action, select the <i class="fa-solid fa-gear" aria-hidden="true"></i> **Actions** button on the left-hand side of the Group, and instead select **Duplicate**.
If the Group being duplicated is a system managed Group, a confirmation message will be shown indicating that the duplicated Group will not be system managed.
A success message will be shown that mentions that the Group was duplicated, and if you have permissions to Edit a Group a dialog to edit this duplicated Group will be shown.

## Viewing a Group's Details

On the main Groups page, find the group you want to view.
You can enter a search term in the text field to filter results by typing in part of their Name or Description and clicking the <i class="fa-solid fa-magnifying-glass"></i> button.
You can enter a search term in the text field to filter results by typing in part of their Name or Description and clicking the <i class="fa-solid fa-magnifying-glass" aria-hidden="true"></i> button.
Select the <i class="fa-solid fa-gear" aria-hidden="true"></i> **Actions** button on the left-hand side of the group, and select **Details**.

![Details menu entry in Group actions flyout menu](/images/ccm-playwright/groups/table-row-button-action-dropdown-menu-details.png)
Expand Down

0 comments on commit 21aa787

Please sign in to comment.