mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 09:57:35 -02:30
Add inventories fix
adding pararnthesis for inventory form definition. I had added this on the edit inventory controller but not the add inventory controller
This commit is contained in:
@@ -380,7 +380,7 @@ export function InventoriesAdd($scope, $rootScope, $compile, $location, $log, $r
|
|||||||
|
|
||||||
// Inject dynamic view
|
// Inject dynamic view
|
||||||
var defaultUrl = GetBasePath('inventory'),
|
var defaultUrl = GetBasePath('inventory'),
|
||||||
form = InventoryForm,
|
form = InventoryForm(),
|
||||||
generator = GenerateForm;
|
generator = GenerateForm;
|
||||||
|
|
||||||
form.well = true;
|
form.well = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user