From 498cb0d3f40e169e40e983ae08659faeca998012 Mon Sep 17 00:00:00 2001 From: "Lea N. - LeaDevelop" <104503492+LeaDevelop@users.noreply.github.com> Date: Thu, 26 Sep 2024 21:08:38 +0200 Subject: [PATCH] (#1028) Fix emoticons in reports.mdx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - replace :gear: with unicode gear ⚙ emoticon --- .../docs/en-us/central-management/usage/website/reports.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/content/docs/en-us/central-management/usage/website/reports.mdx b/src/content/docs/en-us/central-management/usage/website/reports.mdx index b4f988b286..3d3a925385 100644 --- a/src/content/docs/en-us/central-management/usage/website/reports.mdx +++ b/src/content/docs/en-us/central-management/usage/website/reports.mdx @@ -21,13 +21,13 @@ If there is no Outdated Software, a report cannot be generated. When generating an Outdated Software Report, a snapshot of the current Outdated Software will be captured for the report. Generated reports will be displayed in a list, showing the date and time they were created. -Reports can be exported from this screen via the :gear: **Actions** menu, and selecting the desired export type. +Reports can be exported from this screen via the ⚙ **Actions** menu, and selecting the desired export type. ![Outdated Reports export to Excel](/images/ccm-playwright/reports/outdated-software/table-row-button-action-dropdown-menu-export-to-excel.png) ![Outdated Reports export to PDF](/images/ccm-playwright/reports/outdated-software/table-row-button-action-dropdown-menu-export-to-pdf.png) -When clicking on the date and time for a report, or selecting the :gear: **Actions** menu and then **Details**, the Outdated Software Details screen will be shown. +When clicking on the date and time for a report, or selecting the ⚙ **Actions** menu and then **Details**, the Outdated Software Details screen will be shown. The report will display the name and version of any Outdated Software, along with any Computers that each Outdated Software is installed on. ![Outdated Software Details view](/images/ccm-playwright/reports/outdated-software/details/screen.png) @@ -42,4 +42,4 @@ The Deployment Plans Report displays all completed Deployment Plans. It allows y ![Deployment Plans report page](/images/ccm-playwright/reports/deployment-plans/screen.png) -Clicking the name of an individual Deployment Plan will take you to the Deployment Plan Details screen, similar to those shown on the main page. \ No newline at end of file +Clicking the name of an individual Deployment Plan will take you to the Deployment Plan Details screen, similar to those shown on the main page.