Skip to content

Commit

Permalink
Remove the Diagnose Issues button on the services tab (#1018)
Browse files Browse the repository at this point in the history
  • Loading branch information
eabruzzese authored Dec 30, 2024
1 parent c4dfa5b commit 940cb7c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/ui/shared/app/services-detail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import {
import { selectOrganizationSelectedId } from "@app/organizations";
import { useLoader, useQuery, useSelector } from "@app/react";
import {
appDetailDiagnosticsUrl,
appDetailUrl,
appServicePathMetricsUrl,
appServiceScalePathUrl,
Expand All @@ -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";
Expand Down Expand Up @@ -342,9 +341,6 @@ export function AppServicesByApp({

return (
<Group>
<ButtonLink className="w-fit" to={appDetailDiagnosticsUrl(appId)}>
<IconPlusCircle variant="sm" className="mr-2" /> Diagnose Issues
</ButtonLink>
<Group size="sm">
<FilterBar>
<Group variant="horizontal" size="lg" className="items-center">
Expand Down

0 comments on commit 940cb7c

Please sign in to comment.