From 940cb7cbbd73baa2a0ac56c78e5423c28db6e035 Mon Sep 17 00:00:00 2001 From: Eric Abruzzese Date: Mon, 30 Dec 2024 15:47:28 -0500 Subject: [PATCH] Remove the Diagnose Issues button on the services tab (#1018) --- src/ui/shared/app/services-detail.tsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/ui/shared/app/services-detail.tsx b/src/ui/shared/app/services-detail.tsx index d1eaf0bdb..a6eae3096 100644 --- a/src/ui/shared/app/services-detail.tsx +++ b/src/ui/shared/app/services-detail.tsx @@ -14,7 +14,6 @@ import { import { selectOrganizationSelectedId } from "@app/organizations"; import { useLoader, useQuery, useSelector } from "@app/react"; import { - appDetailDiagnosticsUrl, appDetailUrl, appServicePathMetricsUrl, appServiceScalePathUrl, @@ -28,7 +27,7 @@ import { Code } from "../code"; import { CopyTextButton } from "../copy"; import { CostEstimateTooltip } from "../cost-estimate-tooltip"; import { Group } from "../group"; -import { IconChevronDown, IconInfo, IconPlusCircle } from "../icons"; +import { IconChevronDown, IconInfo } from "../icons"; import { DescBar, FilterBar, PaginateBar } from "../resource-list-view"; import { EnvStackCell } from "../resource-table"; import { ScaleRecsView } from "../scale-recs"; @@ -342,9 +341,6 @@ export function AppServicesByApp({ return ( - - Diagnose Issues -