From a9c9cc8f030c160043f1a0ffe8447cf59ca6143c Mon Sep 17 00:00:00 2001 From: Chris Houseknecht Date: Wed, 20 Nov 2013 09:13:59 +0000 Subject: [PATCH] Removed update interval field grom Group form. --- awx/ui/static/js/forms/Groups.js | 4 ++-- awx/ui/static/js/helpers/Groups.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/awx/ui/static/js/forms/Groups.js b/awx/ui/static/js/forms/Groups.js index 54f8956df2..54bd84353e 100644 --- a/awx/ui/static/js/forms/Groups.js +++ b/awx/ui/static/js/forms/Groups.js @@ -159,7 +159,7 @@ angular.module('GroupFormDefinition', []) '

View YAML examples at ansibleworks.com

', dataContainer: 'body' }, - update_interval: { + /*update_interval: { label: 'Update Interval', type: 'select', ngOptions: 'interval.label for interval in update_interval_options', @@ -173,7 +173,7 @@ angular.module('GroupFormDefinition', []) "the last run.

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') {