From 9aa1000bdb2c6e7ea30f0f66c05bee16a6d3ff87 Mon Sep 17 00:00:00 2001 From: rcourtman Date: Sat, 13 Dec 2025 21:41:27 +0000 Subject: [PATCH] feat: make uninstall command always visible in Agents settings Previously the uninstall command was hidden behind the token generation step. Now it's always visible at the bottom of the 'Add a unified agent' card. --- .../src/components/Settings/UnifiedAgents.tsx | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/frontend-modern/src/components/Settings/UnifiedAgents.tsx b/frontend-modern/src/components/Settings/UnifiedAgents.tsx index d161c6d..fef9c05 100644 --- a/frontend-modern/src/components/Settings/UnifiedAgents.tsx +++ b/frontend-modern/src/components/Settings/UnifiedAgents.tsx @@ -716,6 +716,33 @@ export const UnifiedAgents: Component = () => { + + {/* Uninstall section - always visible */} +
+
+

Uninstall agent

+

+ Run this command on any host to remove the Pulse agent: +

+
+ + {getUninstallCommand()} + + +
+
+