From 8cf4a7c7d38f8450c017ae6a6bf34ee721f42015 Mon Sep 17 00:00:00 2001 From: Noah Talerman <47070608+noahtalerman@users.noreply.github.com> Date: Wed, 1 Jul 2026 15:21:31 -0400 Subject: [PATCH] Show script ID/configuration profile UUID on hover in UI (#45787) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - [x] QA'd all new/changed functionality manually For the following quick win: - https://github.com/fleetdm/fleet/issues/45771 ### Screenshots Screenshot 2026-05-19 at 8 59 36 AM Screenshot 2026-05-19 at 8 59 25 AM ## Summary by CodeRabbit * **New Features** * Hovering over profile names now displays the profile UUID in a tooltip * Hovering over script names now displays the script ID in a tooltip [![Review Change Stack](https://storage.googleapis.com/coderabbit_public_assets/review-stack-in-coderabbit-ui.svg)](https://app.coderabbit.ai/change-stack/fleetdm/fleet/pull/45787?utm_source=github_walkthrough&utm_medium=github&utm_campaign=change_stack) --- .../components/ProfileListItem/ProfileListItem.tsx | 10 +++++++++- .../components/ScriptListItem/ScriptListItem.tsx | 14 +++++++++++--- 2 files changed, 20 insertions(+), 4 deletions(-) diff --git a/frontend/pages/ManageControlsPage/OSSettings/cards/ConfigurationProfiles/components/ProfileListItem/ProfileListItem.tsx b/frontend/pages/ManageControlsPage/OSSettings/cards/ConfigurationProfiles/components/ProfileListItem/ProfileListItem.tsx index 7737f8e9ad..ecce69b8dc 100644 --- a/frontend/pages/ManageControlsPage/OSSettings/cards/ConfigurationProfiles/components/ProfileListItem/ProfileListItem.tsx +++ b/frontend/pages/ManageControlsPage/OSSettings/cards/ConfigurationProfiles/components/ProfileListItem/ProfileListItem.tsx @@ -11,6 +11,7 @@ import mdmAPI, { isDDMProfile } from "services/entities/mdm"; import Button from "components/buttons/Button"; import Graphic from "components/Graphic"; import Icon from "components/Icon"; +import TooltipWrapper from "components/TooltipWrapper"; import strUtils from "utilities/strings"; import GitOpsModeTooltipWrapper from "components/GitOpsModeTooltipWrapper"; @@ -151,7 +152,14 @@ const ProfileListItem = ({
- {name} + + {name} +
- - + + + } details={