1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-05 05:51:21 +03:00

Fixed compile errors

This commit is contained in:
chouseknecht 2013-10-08 18:33:46 -04:00
parent 78e0d4c0f5
commit 0389476336
2 changed files with 3 additions and 3 deletions

View File

@ -155,13 +155,13 @@ angular.module('GroupFormDefinition', [])
ngShow: "source.value !== '' && source.value !== null", ngShow: "source.value !== '' && source.value !== null",
editRequired: false, editRequired: false,
addRequired: false, addRequired: false,
default: { label: 'none', value: null }, 'default': { label: 'none', value: null },
dataTitle: 'Update Interval', dataTitle: 'Update Interval',
dataPlacement: 'left', dataPlacement: 'left',
awPopOver: "<p>Instruct the AWX server to automatically run the inventory update process the selected number of minutes from " + awPopOver: "<p>Instruct the AWX server to automatically run the inventory update process the selected number of minutes from " +
"the last run.</p><p>With a value set, task manager will periodically compare the amount of elapsed time from the last run. If enough time " + "the last run.</p><p>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.</p>", "has elapsed, it will go ahead and start an inventory update process.</p>",
dataContainer: 'body', dataContainer: 'body'
}, },
checkbox_group: { checkbox_group: {
label: 'Update Options', label: 'Update Options',

View File

@ -73,7 +73,7 @@ angular.module('InventorySummaryDefinition', [])
searchSingleValue: true, searchSingleValue: true,
searchType: 'boolean', searchType: 'boolean',
searchValue: 'true', searchValue: 'true',
searchOnly: true, searchOnly: true
}, },
last_update_failed: { last_update_failed: {
label: 'Update failed?', label: 'Update failed?',