Skip to content

Commit

Permalink
(chocolatey#1028) Fix emoticons in groups.mdx
Browse files Browse the repository at this point in the history
- replace βš™οΈ with unicode gear βš™ emoticon
- replace πŸ’Ύ with unicode floppy disk πŸ’Ύ emoticon
- replace πŸ” with unicode magnifying glass tilted left πŸ” emoticon
  • Loading branch information
LeaDevelop committed Sep 26, 2024
1 parent f60fe2a commit 9a28fe1
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 :floppy_disk: **Save** to close the modal and create the new Group.
Click πŸ’Ύ **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 :gear: **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 βš™ **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 :mag: button.
Select the :gear: **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 πŸ” button.
Select the βš™ **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 :gear: **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 βš™ **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 :mag: button.
Similar to the [Edit Group](#editing-a-group) action, select the :gear: **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 πŸ” 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 will be prompted to confirm the deletion.

## Duplicating a Group

<Callout type="info">
If you do not see the **Duplicate** menu entry or the :gear: **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 βš™ **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 :mag: button.
Similar to the [Edit Group](#editing-a-group) action, select the :gear: **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 πŸ” 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**.
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 :mag: button.
Select the :gear: **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 πŸ” button.
Select the βš™ **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 :gear: **Actions** menu which will display a **Create New Deployment Plan** option.
1. In the leftmost column of the Groups table you will find an βš™ **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 :gear: **Actions** button and select the **Create New Deployment Plan** option.
1. From the Group Details page, click the βš™ **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 9a28fe1

Please sign in to comment.