diff --git a/dashboard/components/explorer/DependencyGraph.tsx b/dashboard/components/explorer/DependencyGraph.tsx index 5fd719d14..660695505 100644 --- a/dashboard/components/explorer/DependencyGraph.tsx +++ b/dashboard/components/explorer/DependencyGraph.tsx @@ -277,13 +277,14 @@ const DependencyGraph = ({ data }: DependencyGraphProps) => { )}
-
- {data?.nodes?.length} Resources +
+ {data?.nodes?.length} Resources {!dataIsEmpty && ( -
+
- Only AWS resources are currently supported on the explorer. + Only AWS and CIVO resources are currently supported on the + explorer.
)}