diff --git a/client/src/app/components/answer-table/answer-table.tsx b/client/src/app/components/answer-table/answer-table.tsx index 1b43df13e..db16025c0 100644 --- a/client/src/app/components/answer-table/answer-table.tsx +++ b/client/src/app/components/answer-table/answer-table.tsx @@ -15,7 +15,7 @@ import spacing from "@patternfly/react-styles/css/utilities/Spacing/spacing"; import { IconedStatus } from "@app/components/IconedStatus"; import { TimesCircleIcon } from "@patternfly/react-icons"; import { WarningTriangleIcon } from "@patternfly/react-icons"; - +import { List, ListItem } from "@patternfly/react-core"; export interface IAnswerTableProps { answers: Answer[]; hideAnswerKey?: boolean; @@ -66,7 +66,41 @@ const AnswerTable: React.FC = ({ - + + + This column shows the associated risk weight of an + answered question. + + + + } + status="danger" + label="is High risk" + /> + + + } + status="warning" + label="is Medium risk" + /> + + + + + + + ), + }} + />