diff --git a/awx/ui_next/src/components/LaunchButton/ReLaunchDropDown.jsx b/awx/ui_next/src/components/LaunchButton/ReLaunchDropDown.jsx index 709d31e06c..6d0539c705 100644 --- a/awx/ui_next/src/components/LaunchButton/ReLaunchDropDown.jsx +++ b/awx/ui_next/src/components/LaunchButton/ReLaunchDropDown.jsx @@ -11,7 +11,7 @@ import { } from '@patternfly/react-core'; import { RocketIcon } from '@patternfly/react-icons'; -function ReLaunchDropDown({ isPrimary = false, handleRelaunch, i18n }) { +function ReLaunchDropDown({ isPrimary = false, handleRelaunch, i18n, ouiaId }) { const [isOpen, setIsOPen] = useState(false); const onToggle = () => { @@ -75,6 +75,7 @@ function ReLaunchDropDown({ isPrimary = false, handleRelaunch, i18n }) { return ( {({ handleRelaunch }) => ( - + )} ) : ( {({ handleRelaunch }) => ( @@ -177,6 +185,7 @@ const OutputToolbar = ({ ['pending', 'waiting', 'running'].includes(jobStatus) && (