{
@@ -173,6 +170,7 @@ const FaultEventCreation = ({
<>
{eventTypeWatch === EventType.INTERMEDIATE && (
+
{t("newFtaModal.gateType")}
+
{
{...register("faultTreeName")}
helperText={!!useFormMethods.formState.errors.faultTreeName && t("newFtaModal.noSystemError")}
/>
+
+
diff --git a/src/components/editor/faultTree/menu/faultEvent/FaultEventShapeToolPane.styles.tsx b/src/components/editor/faultTree/menu/faultEvent/FaultEventShapeToolPane.styles.tsx
index e6f8bc9e..ce41e4a1 100644
--- a/src/components/editor/faultTree/menu/faultEvent/FaultEventShapeToolPane.styles.tsx
+++ b/src/components/editor/faultTree/menu/faultEvent/FaultEventShapeToolPane.styles.tsx
@@ -9,6 +9,13 @@ const useStyles = makeStyles()((theme: Theme) => ({
color: theme.main.grey,
padding: theme.spacing(10, 2),
},
+ menuTitle: {
+ backgroundColor: "#1976D256",
+ marginLeft: "-16px",
+ marginRight: "-16px",
+ paddingLeft: "8px",
+ borderBottom: "inset",
+ },
}));
// TODO jss-to-tss-react codemod: usages of this hook outside of this file will not be converted.
diff --git a/src/components/editor/faultTree/menu/faultEvent/FaultEventShapeToolPane.tsx b/src/components/editor/faultTree/menu/faultEvent/FaultEventShapeToolPane.tsx
index ebb9c097..b85043e9 100644
--- a/src/components/editor/faultTree/menu/faultEvent/FaultEventShapeToolPane.tsx
+++ b/src/components/editor/faultTree/menu/faultEvent/FaultEventShapeToolPane.tsx
@@ -53,6 +53,10 @@ const FaultEventShapeToolPane = ({ data, refreshTree, formMethods }: Props) => {
const editorPane = (isDisabled) => (
+
+ {`${t("faultEventMenu.detailSectionTitle")}`}
+
+