diff --git a/apps/parsley/src/gql/generated/types.ts b/apps/parsley/src/gql/generated/types.ts index e02461f10..3fccb3c8e 100644 --- a/apps/parsley/src/gql/generated/types.ts +++ b/apps/parsley/src/gql/generated/types.ts @@ -3507,6 +3507,7 @@ export type WaterfallPagination = { export type WaterfallTask = { __typename?: "WaterfallTask"; displayName: Scalars["String"]["output"]; + displayStatus: Scalars["String"]["output"]; execution: Scalars["Int"]["output"]; id: Scalars["String"]["output"]; status: Scalars["String"]["output"]; diff --git a/apps/spruce/src/components/Spawn/spawnHostModal/getFormSchema.tsx b/apps/spruce/src/components/Spawn/spawnHostModal/getFormSchema.tsx index 946f9d5ca..313537031 100644 --- a/apps/spruce/src/components/Spawn/spawnHostModal/getFormSchema.tsx +++ b/apps/spruce/src/components/Spawn/spawnHostModal/getFormSchema.tsx @@ -1,4 +1,5 @@ import { css } from "@emotion/react"; +import { InlineCode } from "@leafygreen-ui/typography"; import { GetFormSchema } from "components/SpruceForm/types"; import widgets from "components/SpruceForm/Widgets"; import { LeafyGreenTextArea } from "components/SpruceForm/Widgets/LeafyGreenWidgets"; @@ -380,7 +381,8 @@ export const getFormSchema = ({ <> Load data for {taskDisplayName} on {buildVariant}{" "} {/* @ts-expect-error: FIXME. This comment was added by an automated script. */} - @ {shortenGithash(revision)} onto host at startup + @ {shortenGithash(revision)} onto host at startup (These + files will typically be in /data/mci) ), "ui:elementWrapperCSS": dropMarginBottomCSS,