mirror of
https://github.com/ansible/awx.git
synced 2026-03-02 09:18:48 -03:30
Fixed empty verbosity save. Fixed popover for update on project update
This commit is contained in:
@@ -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: "<p>" + i18n._("Control the level of output ansible will produce for inventory source update jobs.") + "</p>",
|
||||
dataTitle: i18n._('Verbosity'),
|
||||
@@ -345,7 +346,8 @@ return {
|
||||
label: 'Update on Project Update',
|
||||
type: 'checkbox',
|
||||
ngShow: "source.value === 'scm'",
|
||||
awPopOver: '<p>TODO</p>',
|
||||
awPopOver: '<p>Each time the selected project is updated, refresh the inventory from the selected source before ' +
|
||||
'executing job tasks.</p>',
|
||||
dataTitle: 'Update on Project Update',
|
||||
dataContainer: 'body',
|
||||
dataPlacement: 'right',
|
||||
|
||||
Reference in New Issue
Block a user