mirror of
https://github.com/ansible/awx.git
synced 2026-03-19 01:47:31 -02:30
Remove unused variable
This commit is contained in:
@@ -18,7 +18,6 @@
|
|||||||
init();
|
init();
|
||||||
|
|
||||||
function init(){
|
function init(){
|
||||||
$scope.showOnlyRootGroups = true;
|
|
||||||
$scope.inventory_id = $stateParams.inventory_id;
|
$scope.inventory_id = $stateParams.inventory_id;
|
||||||
$scope.canAdhoc = inventoryData.summary_fields.user_capabilities.adhoc;
|
$scope.canAdhoc = inventoryData.summary_fields.user_capabilities.adhoc;
|
||||||
$scope.canAdd = canAdd;
|
$scope.canAdd = canAdd;
|
||||||
|
|||||||
Reference in New Issue
Block a user