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