diff --git a/awx/ui/client/src/management-jobs/card/card.controller.js b/awx/ui/client/src/management-jobs/card/card.controller.js index d9aa6ee631..e9d5c4409c 100644 --- a/awx/ui/client/src/management-jobs/card/card.controller.js +++ b/awx/ui/client/src/management-jobs/card/card.controller.js @@ -11,12 +11,12 @@ export default 'GetBasePath' , 'SearchInit' , 'PaginateInit', 'SchedulesList', 'Rest' , 'ProcessErrors', 'managementJobsListObject', '$rootScope', - '$state', 'Stream', '$scope', + '$state','$scope', function( Wait, $location, $compile, CreateDialog, GetBasePath, SearchInit, PaginateInit, SchedulesList, Rest, ProcessErrors, managementJobsListObject, $rootScope, - $state, Stream, $scope) { + $state, $scope) { var defaultUrl = GetBasePath('system_job_templates'); @@ -38,24 +38,6 @@ export default list = managementJobsListObject; scope.cleanupJob = true; - SearchInit({ - scope: scope, - set: 'configure_jobs', - list: list, - url: defaultUrl - }); - - PaginateInit({ - scope: scope, - list: list, - url: defaultUrl - }); - - scope.search(list.iterator); - - scope.showActivity = function () { - Stream({ scope: scope }); - }; // Cancel scope.cancelConfigure = function () { diff --git a/awx/ui/client/src/management-jobs/card/mgmtcards.block.less b/awx/ui/client/src/management-jobs/card/mgmtcards.block.less index 66f11e489c..1f83e43df2 100644 --- a/awx/ui/client/src/management-jobs/card/mgmtcards.block.less +++ b/awx/ui/client/src/management-jobs/card/mgmtcards.block.less @@ -8,7 +8,6 @@ .MgmtCards-card { background-color: #fff; padding: 20px; - padding-bottom: 0px; border-radius: 5px; border: 1px solid #e8e8e8; display: flex;