diff --git a/app/(prowler)/scans/page.tsx b/app/(prowler)/scans/page.tsx
index c93ea87ad8..be74f9a28a 100644
--- a/app/(prowler)/scans/page.tsx
+++ b/app/(prowler)/scans/page.tsx
@@ -1,9 +1,10 @@
-import { Spacer } from "@nextui-org/react";
+import { Link, Spacer, Tooltip } from "@nextui-org/react";
import { Suspense } from "react";
import { getProviders } from "@/actions/providers";
import { getScans } from "@/actions/scans";
import { FilterControls, filterScans } from "@/components/filters";
+import { InfoIcon } from "@/components/icons";
import { SkeletonTableScans } from "@/components/scans/table";
import { ColumnProviderScans } from "@/components/scans/table/provider-scans";
import { ColumnGetScans } from "@/components/scans/table/scans";
@@ -32,7 +33,7 @@ export default async function Scans({
Connected providers
++ If you don't see any providers, please check your connection settings on + the{" "} + + providers page + + . +
+ > ); }; diff --git a/components/icons/Icons.tsx b/components/icons/Icons.tsx index 7b7ccd7cda..b8f448afd3 100644 --- a/components/icons/Icons.tsx +++ b/components/icons/Icons.tsx @@ -785,3 +785,26 @@ export const ScheduleIcon: React.FC{unique_resource_count}
; }, }, + { + id: "moreInfo", + header: "Details", + cell: ({ row }) => { + return ( +