mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 09:57:35 -02: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',
|
ngOptions: 'v.label for v in verbosity_options track by v.value',
|
||||||
ngShow: "source && (source.value !== '' && source.value !== null)",
|
ngShow: "source && (source.value !== '' && source.value !== null)",
|
||||||
"default": 0,
|
"default": 0,
|
||||||
|
disableChooseOption: true,
|
||||||
column: 1,
|
column: 1,
|
||||||
awPopOver: "<p>" + i18n._("Control the level of output ansible will produce for inventory source update jobs.") + "</p>",
|
awPopOver: "<p>" + i18n._("Control the level of output ansible will produce for inventory source update jobs.") + "</p>",
|
||||||
dataTitle: i18n._('Verbosity'),
|
dataTitle: i18n._('Verbosity'),
|
||||||
@@ -345,7 +346,8 @@ return {
|
|||||||
label: 'Update on Project Update',
|
label: 'Update on Project Update',
|
||||||
type: 'checkbox',
|
type: 'checkbox',
|
||||||
ngShow: "source.value === 'scm'",
|
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',
|
dataTitle: 'Update on Project Update',
|
||||||
dataContainer: 'body',
|
dataContainer: 'body',
|
||||||
dataPlacement: 'right',
|
dataPlacement: 'right',
|
||||||
|
|||||||
Reference in New Issue
Block a user