diff --git a/awx/ui/static/js/widgets/PortalJobTemplate.js b/awx/ui/static/js/widgets/PortalJobTemplate.js deleted file mode 100644 index b935adfbd5..0000000000 --- a/awx/ui/static/js/widgets/PortalJobTemplate.js +++ /dev/null @@ -1,177 +0,0 @@ -/********************************************* - * Copyright (c) 2014 AnsibleWorks, Inc. - */ - /** - * @ngdoc function - * @name widgets.function:DashboardJobs - * @description - * - */ - -'use strict'; - -angular.module('PortalJobTemplateWidget', ['RestServices', 'Utilities']) -.factory('PortalJobTemplate', ['$rootScope', '$compile', 'LoadSchedulesScope', 'LoadJobsScope', 'JobsList', 'ScheduledJobsList', 'GetChoices', 'GetBasePath', - function ($rootScope, $compile, LoadSchedulesScope, LoadJobsScope, JobsList, ScheduledJobsList, GetChoices, GetBasePath) { - return function (params) { - var scope = params.scope, - target = params.target, - choicesCount = 0, - listCount = 0, - jobs_scope = scope.$new(true), - scheduled_scope = scope.$new(true), - max_rows, - html, e; - - html = ''; - html += "