mirror of
https://github.com/ansible/awx.git
synced 2026-03-07 19:51:08 -03:30
Hide cache timeout when editing existing scm project and changing the type to manual
This commit is contained in:
@@ -183,7 +183,7 @@ angular.module('ProjectFormDefinition', ['SchedulesListDefinition'])
|
|||||||
type: 'number',
|
type: 'number',
|
||||||
integer: true,
|
integer: true,
|
||||||
min: 0,
|
min: 0,
|
||||||
ngShow: "scm_update_on_launch && projectSelected",
|
ngShow: "scm_update_on_launch && projectSelected && scm_type.value !== 'manual'",
|
||||||
spinner: true,
|
spinner: true,
|
||||||
"default": '0',
|
"default": '0',
|
||||||
addRequired: false,
|
addRequired: false,
|
||||||
|
|||||||
Reference in New Issue
Block a user