mirror of
https://github.com/ansible/awx.git
synced 2026-02-24 22:46:01 -03:30
Merge pull request #4454 from mabashian/3856-cache-timeout
Fixed bug where scm_update_cache_timeout was not ever being shown
This commit is contained in:
@@ -185,7 +185,7 @@ angular.module('ProjectFormDefinition', ['SchedulesListDefinition'])
|
|||||||
type: 'number',
|
type: 'number',
|
||||||
integer: true,
|
integer: true,
|
||||||
min: 0,
|
min: 0,
|
||||||
ngShow: "scm_update_on_launch && projectSelected && scm_type.value !== 'manual'",
|
ngShow: "scm_update_on_launch && scm_type.value !== 'manual'",
|
||||||
spinner: true,
|
spinner: true,
|
||||||
"default": '0',
|
"default": '0',
|
||||||
awPopOver: '<p>' + i18n._('Time in seconds to consider a project to be current. During job runs and callbacks the task system will ' +
|
awPopOver: '<p>' + i18n._('Time in seconds to consider a project to be current. During job runs and callbacks the task system will ' +
|
||||||
|
|||||||
Reference in New Issue
Block a user