From 6ee654c879f85897899e9f5530a9992e1e1f7ef3 Mon Sep 17 00:00:00 2001 From: Ken Hoes Date: Wed, 16 Mar 2016 11:35:23 -0400 Subject: [PATCH] Removed unused job templates import from some controllers --- awx/ui/client/src/inventories/list/inventory-list.controller.js | 2 -- .../src/inventories/manage/inventory-manage.controller.js | 2 -- 2 files changed, 4 deletions(-) diff --git a/awx/ui/client/src/inventories/list/inventory-list.controller.js b/awx/ui/client/src/inventories/list/inventory-list.controller.js index c535187925..a55529491c 100644 --- a/awx/ui/client/src/inventories/list/inventory-list.controller.js +++ b/awx/ui/client/src/inventories/list/inventory-list.controller.js @@ -10,8 +10,6 @@ * @description This controller's for the Inventory page */ -import '../../job-templates/main'; - function InventoriesList($scope, $rootScope, $location, $log, $stateParams, $compile, $filter, sanitizeFilter, Rest, Alert, InventoryList, generateList, Prompt, SearchInit, PaginateInit, ReturnToCaller, diff --git a/awx/ui/client/src/inventories/manage/inventory-manage.controller.js b/awx/ui/client/src/inventories/manage/inventory-manage.controller.js index 3b1d3b4625..58c50dfbe2 100644 --- a/awx/ui/client/src/inventories/manage/inventory-manage.controller.js +++ b/awx/ui/client/src/inventories/manage/inventory-manage.controller.js @@ -10,8 +10,6 @@ * @description This controller's for the Inventory page */ -import '../../job-templates/main'; - function InventoriesManage($log, $scope, $rootScope, $location, $state, $compile, generateList, ClearScope, Empty, Wait, Rest, Alert, GetBasePath, ProcessErrors, InventoryGroups,