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
  • Loading branch information
LeaDevelop committed Oct 6, 2024
1 parent 5498f20 commit a9f5abf
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions src/content/docs/en-us/central-management/usage/website/groups.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -49,17 +49,17 @@ Then, select the Computer(s) or existing Group(s) you would like to include in t

![New Group Modal](/images/ccm-playwright/groups/modal-create-new-group.png)

Click 💾 **Save** to close the modal and create the new Group.
Click <i class="fa-regular fa-floppy-disk" aria-hidden="true"></i> **Save** to close the modal and create the new Group.

## Editing a Group

<Callout type="info">
If you do not see the **Edit** menu entry or the **Actions** buttons, consult your administrator to determine if you have the Edit Groups role assigned.
If you do not see the **Edit** menu entry or the <i class="fa-solid fa-gear" aria-hidden="true"></i> **Actions** buttons, consult your administrator to determine if you have the Edit Groups role assigned.
</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 🔍 button.
Select the **Actions** button on the left-hand side of the Group, and then select **Edit** to open the _Edit Group_ modal.
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.
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 @@ -68,31 +68,31 @@ From the **Edit Group** modal, you can modify the Group name and description, an
## Deleting a Group

<Callout type="info">
If you do not see the **Delete** menu entry or the **Actions** buttons, consult your administrator to determine if you have the appropriate role assigned to your account.
If you do not see the **Delete** menu entry or the <i class="fa-solid fa-gear" aria-hidden="true"></i> **Actions** buttons, consult your administrator to determine if you have the appropriate role assigned to your account.
</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 🔍 button.
Similar to the [Edit Group](#editing-a-group) action, select the **Actions** button on the left-hand side of the Group, and instead select **Delete**.
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.
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.

## Duplicating a Group

<Callout type="info">
If you do not see the **Duplicate** menu entry or the **Actions** buttons, consult your administrator to determine if you have the appropriate role assigned to your account.
If you do not see the **Duplicate** menu entry or the <i class="fa-solid fa-gear" aria-hidden="true"></i> **Actions** buttons, consult your administrator to determine if you have the appropriate role assigned to your account.
</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 🔍 button.
Similar to the [Edit Group](#editing-a-group) action, select the **Actions** button on the left-hand side of the Group, and instead select **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.
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 🔍 button.
Select the **Actions** button on the left-hand side of the group, and select **Details**.
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.
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 All @@ -104,11 +104,11 @@ On the Group Details page, you'll find a searchable list of all Computers and Gr

Creating a Deployment Plan for a Group can be done from two pages:

1. In the leftmost column of the Groups table you will find an **Actions** menu which will display a **Create New Deployment Plan** option.
1. In the leftmost column of the Groups table you will find an <i class="fa-solid fa-gear" aria-hidden="true"></i> **Actions** menu which will display a **Create New Deployment Plan** option.

![Finding the Create New Deployment Plan menu entry for a specific Group on the Groups page](/images/ccm-playwright/groups/table-row-button-action-dropdown-menu-create-new-deployment-plan.png)

1. From the Group Details page, click the **Actions** button and select the **Create New Deployment Plan** option.
1. From the Group Details page, click the <i class="fa-solid fa-gear" aria-hidden="true"></i> **Actions** button and select the **Create New Deployment Plan** option.

![Button to create a new Draft Deployment Plan for a Group from the Group Details page](/images/ccm-playwright/groups/details/button-action-dropdown-menu-create-new-deployment-plan.png)

Expand Down

0 comments on commit a9f5abf

Please sign in to comment.