mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 18:40:01 -03:30
Hide cache timeout when editing existing scm project and changing the type to manual
This commit is contained in:
parent
288ecc1c5b
commit
38d4be552d
@ -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