diff --git a/apps/console2/index.html b/apps/console2/index.html index e4b78eae1..b6881c265 100644 --- a/apps/console2/index.html +++ b/apps/console2/index.html @@ -1,13 +1,16 @@ - - - - - Vite + React + TS - - -
- - - + + + + + + Probo Console + + + +
+ + + + \ No newline at end of file diff --git a/apps/console2/src/components/controls/LinkedControlsDialog.tsx b/apps/console2/src/components/controls/LinkedControlsDialog.tsx index e6be243c5..d3557d4fe 100644 --- a/apps/console2/src/components/controls/LinkedControlsDialog.tsx +++ b/apps/console2/src/components/controls/LinkedControlsDialog.tsx @@ -63,6 +63,9 @@ const controlsFragment = graphql` id name sectionTitle + framework { + name + } } } } @@ -179,9 +182,8 @@ function ControlRow( className="py-4 flex items-center gap-4 hover:bg-subtle cursor-pointer px-6 w-full text-start" onClick={() => onClick(props.control.id)} > - {props.control.sectionTitle} - {props.control.name} - + {props.control.sectionTitle} : {props.control.name} + {props.control.framework.name}