mirror of
https://github.com/ansible/awx.git
synced 2024-11-02 18:21:12 +03:00
Fixed compile errors
This commit is contained in:
parent
78e0d4c0f5
commit
0389476336
@ -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: "<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 " +
|
||||
"has elapsed, it will go ahead and start an inventory update process.</p>",
|
||||
dataContainer: 'body',
|
||||
dataContainer: 'body'
|
||||
},
|
||||
checkbox_group: {
|
||||
label: 'Update Options',
|
||||
|
@ -73,7 +73,7 @@ angular.module('InventorySummaryDefinition', [])
|
||||
searchSingleValue: true,
|
||||
searchType: 'boolean',
|
||||
searchValue: 'true',
|
||||
searchOnly: true,
|
||||
searchOnly: true
|
||||
},
|
||||
last_update_failed: {
|
||||
label: 'Update failed?',
|
||||
|
Loading…
Reference in New Issue
Block a user