From 7f175a2f562d503dbaa8cb9a238f5007e5c1f878 Mon Sep 17 00:00:00 2001 From: mabashian Date: Thu, 27 Jul 2017 10:11:32 -0400 Subject: [PATCH] Fixed inventory sync status popover links --- .../source-summary-popover/source-summary-popover.directive.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/client/src/inventories-hosts/inventories/list/source-summary-popover/source-summary-popover.directive.js b/awx/ui/client/src/inventories-hosts/inventories/list/source-summary-popover/source-summary-popover.directive.js index a42530cfde..df340ddeda 100644 --- a/awx/ui/client/src/inventories-hosts/inventories/list/source-summary-popover/source-summary-popover.directive.js +++ b/awx/ui/client/src/inventories-hosts/inventories/list/source-summary-popover/source-summary-popover.directive.js @@ -70,7 +70,7 @@ export default ['templateUrl', '$compile', 'Wait', '$filter', 'i18n', html += ""; html += ""; html += "NA"; - html += "" + $filter('sanitize')(ellipsis(row.name)) + ""; + html += "" + $filter('sanitize')(ellipsis(row.name)) + ""; html += "\n"; } });