Skip to content

Commit

Permalink
DEVPROD-5523: Remove CLI Instructions component from Details Menu (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
SupaJoon authored Apr 18, 2024
1 parent 485a632 commit 38ac8e0
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 168 deletions.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -984,25 +984,6 @@ exports[`Snapshot Tests DetailsMenu.stories WithDownloadedLog 1`] = `
</div>
</button>
</div>
<label
class="leafygreen-ui-gd3h51"
for="code-1"
>
Fetch the log via CLI
</label>
<div
class="css-1ago99h leafygreen-ui-s93xmp"
>
<code
class="leafygreen-ui-4f6y2t"
id="code-1"
>
evergreen buildlogger fetch --task_id mci_ubuntu1604_test_model_task_5f4d3b4f562343215f7f5f3d_20_08_25_15_50_10 --execution 0 --test_name TestModelGetArtifacts
</code>
<span
class="leafygreen-ui-11qmwnb"
/>
</div>
</div>
<div
aria-labelledby="tab-23"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { H3 } from "@leafygreen-ui/typography";
import { size } from "constants/tokens";
import { useParsleySettings } from "hooks/useParsleySettings";
import ButtonRow from "./ButtonRow";
import CLIInstructions from "./CLIInstructions";
import SearchRangeInput from "./SearchRangeInput";
import {
CaseSensitiveToggle,
Expand Down Expand Up @@ -46,7 +45,6 @@ const DetailsMenuCard = forwardRef<HTMLDivElement, DetailsMenuProps>(
</Column>
</Row>
<ButtonRow />
<CLIInstructions />
</Tab>
<Tab data-cy="log-viewing-tab" name="Log Viewing">
<Row>
Expand Down

0 comments on commit 38ac8e0

Please sign in to comment.