From 6a77c5dbabe0d6f1f4117cd7c84c2d252273b805 Mon Sep 17 00:00:00 2001 From: Jared Tabor Date: Wed, 4 Feb 2015 17:00:04 -0500 Subject: [PATCH] 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 --- awx/ui/static/js/forms/Projects.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/static/js/forms/Projects.js b/awx/ui/static/js/forms/Projects.js index 3016293399..0b8db28aee 100644 --- a/awx/ui/static/js/forms/Projects.js +++ b/awx/ui/static/js/forms/Projects.js @@ -222,7 +222,7 @@ angular.module('ProjectFormDefinition', ['SchedulesListDefinition']) }] }, scm_update_cache_timeout: { - label: 'Cache Timeout', + label: 'Cache Timeout (seconds)', id: 'scm-cache-timeout', type: 'number', integer: true,