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:
Jared Tabor 2015-02-04 17:00:04 -05:00
parent 57acb5e21e
commit 6a77c5dbab

View File

@ -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,