diff --git a/awx/ui/client/features/jobs/routes/jobs.route.js b/awx/ui/client/features/jobs/routes/jobs.route.js index 427d7d165d..73deb2d492 100644 --- a/awx/ui/client/features/jobs/routes/jobs.route.js +++ b/awx/ui/client/features/jobs/routes/jobs.route.js @@ -15,6 +15,7 @@ export default { job_search: { value: { not__launch_type: 'sync', + not__type: 'workflow_approval', order_by: '-finished' }, dynamic: true, diff --git a/awx/ui/client/features/templates/templates.strings.js b/awx/ui/client/features/templates/templates.strings.js index 8b0713ae4c..b0aa4620ba 100644 --- a/awx/ui/client/features/templates/templates.strings.js +++ b/awx/ui/client/features/templates/templates.strings.js @@ -148,7 +148,8 @@ function TemplatesStrings (BaseString) { EXIT: t.s('EXIT'), CANCEL: t.s('CANCEL'), SAVE_AND_EXIT: t.s('SAVE & EXIT'), - APPROVAL: t.s('Approval') + APPROVAL: t.s('Approval'), + TIMEOUT_POPOVER: t.s('The amount of time (in seconds) to wait before this approval step is automatically denied. Defaults to 0 for no timeout.') }; } diff --git a/awx/ui/client/lib/components/approvalsDrawer/_index.less b/awx/ui/client/lib/components/approvalsDrawer/_index.less index 521a23c05e..5c637f3591 100644 --- a/awx/ui/client/lib/components/approvalsDrawer/_index.less +++ b/awx/ui/client/lib/components/approvalsDrawer/_index.less @@ -15,8 +15,6 @@ height: 100%; width: 540px; background-color: @default-bg; - animation-name: slidein; - animation-duration: 250ms; padding: 20px; overflow-y: scroll; } @@ -63,14 +61,4 @@ opacity: 1; } } -} - -@keyframes slidein { - from { - width: 0px; - } - - to { - width: 540px; - } } \ No newline at end of file diff --git a/awx/ui/client/lib/components/approvalsDrawer/approvalsDrawer.partial.html b/awx/ui/client/lib/components/approvalsDrawer/approvalsDrawer.partial.html index bd208c0f55..1b476efcf2 100644 --- a/awx/ui/client/lib/components/approvalsDrawer/approvalsDrawer.partial.html +++ b/awx/ui/client/lib/components/approvalsDrawer/approvalsDrawer.partial.html @@ -28,7 +28,6 @@
- + +