diff --git a/ui/apps/console/src/pages/install-keys/InstallKeyHistoryPage.tsx b/ui/apps/console/src/pages/install-keys/InstallKeyHistoryPage.tsx index 0258efa7b08..f9327855be7 100644 --- a/ui/apps/console/src/pages/install-keys/InstallKeyHistoryPage.tsx +++ b/ui/apps/console/src/pages/install-keys/InstallKeyHistoryPage.tsx @@ -1,15 +1,12 @@ import { type ReactNode, useState } from "react"; -import { Link, useLocation, useParams } from "react-router-dom"; -import { - ArrowLeftIcon, - ClockIcon, - TicketIcon, -} from "@heroicons/react/24/outline"; +import { useLocation, useParams } from "react-router-dom"; +import { ClockIcon, TicketIcon } from "@heroicons/react/24/outline"; import { ExclamationCircleIcon as ExclamationCircleSolidIcon } from "@heroicons/react/24/solid"; import { IconBadge } from "@shellhub/design-system/primitives"; import { type InstallKey } from "@/client"; import { useInstallKeys } from "@/hooks/useInstallKeys"; import PageLoader from "@/components/common/PageLoader"; +import Breadcrumb from "@/components/common/Breadcrumb"; import ResourceNotFound from "@/components/common/ResourceNotFound"; import InstallKeyEventsTable from "./InstallKeyEventsTable"; import InstallKeyActions from "./InstallKeyActions"; @@ -74,13 +71,13 @@ export default function InstallKeyHistoryPage() { return (
- - - Install Keys - +