diff --git a/awx/ui_next/src/screens/Job/Job.jsx b/awx/ui_next/src/screens/Job/Job.jsx index 5719a9a600..2178bfc2cf 100644 --- a/awx/ui_next/src/screens/Job/Job.jsx +++ b/awx/ui_next/src/screens/Job/Job.jsx @@ -76,8 +76,8 @@ class Job extends Component { } const tabsArray = [ - { name: i18n._(t`Output`), link: `${match.url}/output`, id: 0 }, - { name: i18n._(t`Details`), link: `${match.url}/details`, id: 1 }, + { name: i18n._(t`Details`), link: `${match.url}/details`, id: 0 }, + { name: i18n._(t`Output`), link: `${match.url}/output`, id: 1 }, ]; let cardHeader = ( @@ -115,7 +115,7 @@ class Job extends Component { if (lookup && job) { return ( - +