diff --git a/awx/ui/client/features/templates/routes/organizationsTemplatesList.route.js b/awx/ui/client/features/templates/routes/organizationsTemplatesList.route.js index c0c7c3fdb7..4d306b2857 100644 --- a/awx/ui/client/features/templates/routes/organizationsTemplatesList.route.js +++ b/awx/ui/client/features/templates/routes/organizationsTemplatesList.route.js @@ -10,12 +10,7 @@ export default { name: 'organizations.job_templates', data: { activityStream: true, - activityStreamTarget: 'template', - socket: { - "groups": { - "jobs": ["status_changed"] - } - } + activityStreamTarget: 'template' }, params: { template_search: { diff --git a/awx/ui/client/features/templates/routes/templatesList.route.js b/awx/ui/client/features/templates/routes/templatesList.route.js index 63d58fb83d..4b17ab471d 100644 --- a/awx/ui/client/features/templates/routes/templatesList.route.js +++ b/awx/ui/client/features/templates/routes/templatesList.route.js @@ -13,12 +13,7 @@ export default { }, data: { activityStream: true, - activityStreamTarget: 'template', - socket: { - "groups": { - "jobs": ["status_changed"] - } - } + activityStreamTarget: 'template' }, params: { template_search: { diff --git a/awx/ui/client/lib/components/approvalsDrawer/_index.less b/awx/ui/client/lib/components/approvalsDrawer/_index.less index 5c637f3591..79771c1d0c 100644 --- a/awx/ui/client/lib/components/approvalsDrawer/_index.less +++ b/awx/ui/client/lib/components/approvalsDrawer/_index.less @@ -8,7 +8,7 @@ z-index: 1041; background-color: rgba(0, 0, 0, 0.3); - &-drawer { + &--drawer { position: absolute; right: 0; top: 0; @@ -19,13 +19,13 @@ overflow-y: scroll; } - &-header { + &--header { display: flex; width: 100%; margin-bottom: 20px; } - &-title { + &--title { flex: 1 0 auto; color: @default-interface-txt; font-size: 14px; @@ -33,7 +33,7 @@ width: calc(82%); } - &-actionRow { + &--actionRow { display: flex; justify-content: flex-end; width: 100%; @@ -44,7 +44,7 @@ } } - &-exit { + &--exit { justify-content: flex-end; display: flex; @@ -61,4 +61,8 @@ opacity: 1; } } + + &--expires { + color: @default-err; + } } \ 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 1b476efcf2..01ff402042 100644 --- a/awx/ui/client/lib/components/approvalsDrawer/approvalsDrawer.partial.html +++ b/awx/ui/client/lib/components/approvalsDrawer/approvalsDrawer.partial.html @@ -1,7 +1,7 @@