diff --git a/frontend/src/components/ResourcesView.tsx b/frontend/src/components/ResourcesView.tsx
index 187e7ccc..165ac225 100644
--- a/frontend/src/components/ResourcesView.tsx
+++ b/frontend/src/components/ResourcesView.tsx
@@ -671,32 +671,6 @@ export default function ResourcesView() {
return (
- {/* Header */}
-
-
-
Resources Hub
- {activeNode?.type === 'remote' && (
- ยท {activeNode.name}
- )}
- {trivy.available && isPaid && (
-
- )}
-
-
{/* Reclaim hero */}
{usage && isAdmin && (
-
+
{(['images', 'volumes', 'networks'] as const).map(tab => (
@@ -813,6 +787,23 @@ export default function ResourcesView() {
+ {trivy.available && isPaid && (
+
+ )}