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()} + + +
+
+