From 85833914ff5daf0f50ac9a292f5f51e17572fb37 Mon Sep 17 00:00:00 2001 From: chouseknecht Date: Wed, 11 Sep 2013 14:52:23 -0400 Subject: [PATCH] Fixed Date column on Job Events page. --- awx/ui/static/lib/ansible/generator-helpers.js | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/awx/ui/static/lib/ansible/generator-helpers.js b/awx/ui/static/lib/ansible/generator-helpers.js index e8ca8a6ec6..f7c7d739b3 100644 --- a/awx/ui/static/lib/ansible/generator-helpers.js +++ b/awx/ui/static/lib/ansible/generator-helpers.js @@ -219,14 +219,18 @@ angular.module('GeneratorHelpers', ['GeneratorHelpers']) // Start the Link if ((field.key || field.link || field.linkTo || field.ngClick ) && options['mode'] != 'lookup' && options['mode'] != 'select') { + var cap=false; if (field.linkTo) { html += "" : ""; } // Add icon: