mirror of
https://github.com/ansible/awx.git
synced 2026-01-17 12:41:19 -03:30
Merge pull request #2616 from mabashian/cache-timeout
Hide cache timeout on scm type: manual projects
This commit is contained in:
commit
2518d78f31
@ -183,7 +183,7 @@ angular.module('ProjectFormDefinition', ['SchedulesListDefinition'])
|
||||
type: 'number',
|
||||
integer: true,
|
||||
min: 0,
|
||||
ngShow: "scm_update_on_launch && projectSelected",
|
||||
ngShow: "scm_update_on_launch && projectSelected && scm_type.value !== 'manual'",
|
||||
spinner: true,
|
||||
"default": '0',
|
||||
addRequired: false,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user