mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 17:37:37 -02:30
show correct ask_inventory state
This commit is contained in:
@@ -53,6 +53,7 @@ export default [
|
|||||||
$scope.mode = 'edit';
|
$scope.mode = 'edit';
|
||||||
$scope.parseType = 'yaml';
|
$scope.parseType = 'yaml';
|
||||||
$scope.includeWorkflowMaker = false;
|
$scope.includeWorkflowMaker = false;
|
||||||
|
$scope.ask_inventory_on_launch = workflowJobTemplateData.ask_inventory_on_launch;
|
||||||
|
|
||||||
if (Inventory){
|
if (Inventory){
|
||||||
$scope.inventory = Inventory.id;
|
$scope.inventory = Inventory.id;
|
||||||
|
|||||||
Reference in New Issue
Block a user