mirror of
https://github.com/ansible/awx.git
synced 2026-02-28 08:18:43 -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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user