From a9c9cc8f030c160043f1a0ffe8447cf59ca6143c Mon Sep 17 00:00:00 2001
From: Chris Houseknecht View YAML examples at ansibleworks.com
With a value set, task manager will periodically compare the amount of elapsed time from the last run. If enough time " + "has elapsed, it will go ahead and start an inventory update process.
", dataContainer: 'body' - }, + },*/ checkbox_group: { label: 'Update Options', type: 'checkbox_group', diff --git a/awx/ui/static/js/helpers/Groups.js b/awx/ui/static/js/helpers/Groups.js index 81d03788ac..4c53b8e0ec 100644 --- a/awx/ui/static/js/helpers/Groups.js +++ b/awx/ui/static/js/helpers/Groups.js @@ -896,8 +896,8 @@ angular.module('GroupsHelper', [ 'RestServices', 'Utilities', 'ListGenerator', ' source_regions: scope['source_regions'], overwrite: scope['overwrite'], overwrite_vars: scope['overwrite_vars'], - update_on_launch: scope['update_on_launch'], - update_interval: scope['update_interval'].value + update_on_launch: scope['update_on_launch'] + //update_interval: scope['update_interval'].value }; if (scope['source'].value == 'ec2') {