diff --git a/awx/ui/client/src/inventories/sources/sources.form.js b/awx/ui/client/src/inventories/sources/sources.form.js index 60c821c5c9..1dda910277 100644 --- a/awx/ui/client/src/inventories/sources/sources.form.js +++ b/awx/ui/client/src/inventories/sources/sources.form.js @@ -286,6 +286,7 @@ return { ngOptions: 'v.label for v in verbosity_options track by v.value', ngShow: "source && (source.value !== '' && source.value !== null)", "default": 0, + disableChooseOption: true, column: 1, awPopOver: "

" + i18n._("Control the level of output ansible will produce for inventory source update jobs.") + "

", dataTitle: i18n._('Verbosity'), @@ -345,7 +346,8 @@ return { label: 'Update on Project Update', type: 'checkbox', ngShow: "source.value === 'scm'", - awPopOver: '

TODO

', + awPopOver: '

Each time the selected project is updated, refresh the inventory from the selected source before ' + + 'executing job tasks.

', dataTitle: 'Update on Project Update', dataContainer: 'body', dataPlacement: 'right',