From 2c8d524b1ab4c5248a02fe822dd68ed45f1352b3 Mon Sep 17 00:00:00 2001 From: mabashian Date: Thu, 18 Mar 2021 14:07:44 -0400 Subject: [PATCH] Revert "Fix output search styling" This reverts commit 46728a0931b27740262c1e91e53475574cf57c98. --- .../components/LaunchButton/ReLaunchDropDown.jsx | 3 +-- .../src/screens/Job/JobOutput/JobOutput.jsx | 2 +- .../screens/Job/JobOutput/shared/OutputToolbar.jsx | 14 ++------------ 3 files changed, 4 insertions(+), 15 deletions(-) diff --git a/awx/ui_next/src/components/LaunchButton/ReLaunchDropDown.jsx b/awx/ui_next/src/components/LaunchButton/ReLaunchDropDown.jsx index 6d0539c705..709d31e06c 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, ouiaId }) { +function ReLaunchDropDown({ isPrimary = false, handleRelaunch, i18n }) { const [isOpen, setIsOPen] = useState(false); const onToggle = () => { @@ -75,7 +75,6 @@ function ReLaunchDropDown({ isPrimary = false, handleRelaunch, i18n, ouiaId }) { return ( {({ handleRelaunch }) => ( - + )} ) : ( {({ handleRelaunch }) => ( @@ -185,7 +177,6 @@ const OutputToolbar = ({ ['pending', 'waiting', 'running'].includes(jobStatus) && (