mirror of
https://github.com/ansible/awx.git
synced 2026-03-27 13:55:04 -02:30
Removed unused job templates import from some controllers
This commit is contained in:
@@ -10,8 +10,6 @@
|
|||||||
* @description This controller's for the Inventory page
|
* @description This controller's for the Inventory page
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import '../../job-templates/main';
|
|
||||||
|
|
||||||
function InventoriesList($scope, $rootScope, $location, $log,
|
function InventoriesList($scope, $rootScope, $location, $log,
|
||||||
$stateParams, $compile, $filter, sanitizeFilter, Rest, Alert, InventoryList,
|
$stateParams, $compile, $filter, sanitizeFilter, Rest, Alert, InventoryList,
|
||||||
generateList, Prompt, SearchInit, PaginateInit, ReturnToCaller,
|
generateList, Prompt, SearchInit, PaginateInit, ReturnToCaller,
|
||||||
|
|||||||
@@ -10,8 +10,6 @@
|
|||||||
* @description This controller's for the Inventory page
|
* @description This controller's for the Inventory page
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import '../../job-templates/main';
|
|
||||||
|
|
||||||
function InventoriesManage($log, $scope, $rootScope, $location,
|
function InventoriesManage($log, $scope, $rootScope, $location,
|
||||||
$state, $compile, generateList, ClearScope, Empty, Wait, Rest, Alert,
|
$state, $compile, generateList, ClearScope, Empty, Wait, Rest, Alert,
|
||||||
GetBasePath, ProcessErrors, InventoryGroups,
|
GetBasePath, ProcessErrors, InventoryGroups,
|
||||||
|
|||||||
Reference in New Issue
Block a user