Skip to content

Commit

Permalink
(chocolatey#1028) Fix emoticons in computers.mdx - Font Awesome acces…
Browse files Browse the repository at this point in the history
…sibility
  • Loading branch information
LeaDevelop committed Oct 6, 2024
1 parent c34a02c commit 0bc44a5
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Please see <Xref title="Central Management Client Setup" value="ccm-client" /> f
</Callout>

From the main Computers page in Central Management, locate the computer of interest in the list or by providing a search term in the table filter.
Select the **Actions** menu in the corresponding left-hand column, and click **Details**.
Select the <i class="fa-solid fa-gear" aria-hidden="true"></i> **Actions** menu in the corresponding left-hand column, and click **Details**.

![Finding a computer's details menu option](/images/ccm-playwright/computers/table-row-button-action-dropdown-menu-details.png)

Expand All @@ -47,11 +47,11 @@ You will be presented with a list of the installed software packages for the mac

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

1. In the leftmost column of the Computer table you will find an **Actions** menu which will display a **Create New Deployment Plan** option.
1. In the leftmost column of the Computer 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 Computer on the Computers page](/images/ccm-playwright/computers/table-row-button-action-dropdown-menu-create-new-deployment-plan.png)

1. From the Computer Details page, click the **Actions** button and select the **Create New Deployment Plan** option.
1. From the Computer 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 from the Computer Details page](/images/ccm-playwright/computers/details/button-action-dropdown-menu-create-new-deployment-plan.png)

Expand All @@ -71,11 +71,11 @@ From here, the Deployment Plan can be edited and deployed as outlined in the <Xr

Upgrading all outdated Software installed on a Computer can be done from two pages:

1. In the leftmost column of the Computer table you will find an **Actions** menu which will display a **Upgrade Outdated Software** option.
1. In the leftmost column of the Computer table you will find an <i class="fa-solid fa-gear" aria-hidden="true"></i> **Actions** menu which will display a **Upgrade Outdated Software** option.

![Finding the Upgrade Outdated Software menu entry for a specific Computer on the Computers page](/images/ccm-playwright/computers/table-row-button-action-dropdown-menu-upgrade-outdated-software.png)

1. From the Computer Details page, click the **Actions** button and select the **Upgrade Outdated Software** option.
1. From the Computer Details page, click the <i class="fa-solid fa-gear" aria-hidden="true"></i> **Actions** button and select the **Upgrade Outdated Software** option.

![Button to create a new Deployment Plan to upgrade all outdated Software on a Computer from the Computer Details page](/images/ccm-playwright/computers/details/button-action-dropdown-menu-upgrade-outdated-software.png)

Expand Down Expand Up @@ -104,7 +104,7 @@ From the Computer details page, click the `Export` button and select the `Export
</Callout>

From the main Computers page in Central Management, locate the computer of interest in the list or by providing a search term in the table filter.
Select the **Actions** menu in the corresponding left-hand column, and click **Delete**. You will be prompted to confirm the deletion.
Select the <i class="fa-solid fa-gear" aria-hidden="true"></i> **Actions** menu in the corresponding left-hand column, and click **Delete**. You will be prompted to confirm the deletion.

![Deleting a computer in Central Management](/images/ccm-playwright/computers/table-row-button-action-dropdown-menu-delete.png)

Expand Down

0 comments on commit 0bc44a5

Please sign in to comment.