mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 01:57:35 -03:30
Added metric for cache timeout on project page
For cache timeout on the project form page, I've added the metric in seconds to the field label
This commit is contained in:
parent
57acb5e21e
commit
6a77c5dbab
@ -222,7 +222,7 @@ angular.module('ProjectFormDefinition', ['SchedulesListDefinition'])
|
||||
}]
|
||||
},
|
||||
scm_update_cache_timeout: {
|
||||
label: 'Cache Timeout',
|
||||
label: 'Cache Timeout<span class=\"small-text\"> (seconds)</span>',
|
||||
id: 'scm-cache-timeout',
|
||||
type: 'number',
|
||||
integer: true,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user