From d2396161b9842109c8c2e02ce499edd708ef5b6e Mon Sep 17 00:00:00 2001 From: Marliana Lara Date: Tue, 11 Jul 2017 12:51:44 -0400 Subject: [PATCH] Hide copy icon when revision string is empty --- awx/ui/client/src/shared/generator-helpers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/client/src/shared/generator-helpers.js b/awx/ui/client/src/shared/generator-helpers.js index 5a77a7059d..e2fffd2581 100644 --- a/awx/ui/client/src/shared/generator-helpers.js +++ b/awx/ui/client/src/shared/generator-helpers.js @@ -525,7 +525,7 @@ angular.module('GeneratorHelpers', [systemStatus.name]) Attr(field, 'columnClass') : ""; html += ` - + `; } else if (field.type === 'badgeCount') { html = BadgeCount(params);