diff --git a/ui/src/pages/AgentHealth/AgentHealth.tsx b/ui/src/pages/AgentHealth/AgentHealth.tsx
index 68855210..c3f1ce04 100644
--- a/ui/src/pages/AgentHealth/AgentHealth.tsx
+++ b/ui/src/pages/AgentHealth/AgentHealth.tsx
@@ -647,6 +647,28 @@ export default function AgentHealth() {
)}
+ {/* View toolbar — hidden on app detail page */}
+ {!isFullWidth && (
+
+
+
+
+
+
+ )}
+
{/* Group cards grid */}
{viewMode === 'expanded' || isFullWidth ? (
@@ -705,25 +727,6 @@ export default function AgentHealth() {
))}
) : (
- <>
-
-
-
-
-
-
{groups.map((group) => (
@@ -824,7 +827,6 @@ export default function AgentHealth() {
))}
- >
)}
{/* Log + Timeline side by side */}