diff --git a/awx/ui/static/js/forms/Groups.js b/awx/ui/static/js/forms/Groups.js index 8c54e5f771..51fc97fcb1 100644 --- a/awx/ui/static/js/forms/Groups.js +++ b/awx/ui/static/js/forms/Groups.js @@ -155,13 +155,13 @@ angular.module('GroupFormDefinition', []) ngShow: "source.value !== '' && source.value !== null", editRequired: false, addRequired: false, - default: { label: 'none', value: null }, + 'default': { label: 'none', value: null }, dataTitle: 'Update Interval', dataPlacement: 'left', awPopOver: "

Instruct the AWX server to automatically run the inventory update process the selected number of minutes from " + "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', + dataContainer: 'body' }, checkbox_group: { label: 'Update Options', diff --git a/awx/ui/static/js/lists/InventorySummary.js b/awx/ui/static/js/lists/InventorySummary.js index b7046373f7..cf6335a83c 100644 --- a/awx/ui/static/js/lists/InventorySummary.js +++ b/awx/ui/static/js/lists/InventorySummary.js @@ -73,7 +73,7 @@ angular.module('InventorySummaryDefinition', []) searchSingleValue: true, searchType: 'boolean', searchValue: 'true', - searchOnly: true, + searchOnly: true }, last_update_failed: { label: 'Update failed?',